start: Add s6 startup script

The `start` script launches `s6-svscan` as a daemon. It is designed to
be run by cron, e.g.

    @runatreboot,runonce 1 ~/.s6/start
master
Dustin 2017-12-28 11:32:58 -06:00
parent 985d8284e0
commit 1d0bbded65
1 changed files with 2 additions and 0 deletions

2
start Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
nohup /bin/s6-svscan -t 0 ~/.s6/scan >> ~/.s6/log 2>&1 &