diff options
author | Guillermo Ramos | 2021-01-09 13:13:51 +0100 |
---|---|---|
committer | Guillermo Ramos | 2021-01-09 13:13:51 +0100 |
commit | 14c129b2c307a57d348b6457ffc07cadda83c56f (patch) | |
tree | d9f3475028a5b932c97fbcc1e6e89d2ca1a103ff /.s6-svscan/run | |
parent | cdad58733973d54f91571c758ddc200ef4225d64 (diff) | |
download | s6-services-14c129b2c307a57d348b6457ffc07cadda83c56f.tar.gz |
Add run/finish/crash scripts
Diffstat (limited to '.s6-svscan/run')
-rwxr-xr-x | .s6-svscan/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.s6-svscan/run b/.s6-svscan/run new file mode 100755 index 0000000..f1ea301 --- /dev/null +++ b/.s6-svscan/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec s6-svscan ~/s6/service > $XDG_RUNTIME_DIR/s6-svscan.log 2> $XDG_RUNTIME_DIR/s6-svscan.error.log |