summaryrefslogtreecommitdiffstats
path: root/log-stderr
blob: f1fd0c526cd96b46ef4176f25c2fd0d8a612d047 (plain)
1
2
3
4
5
#!/bin/bash

exec 2> >(systemd-cat)

exec "$@"