The `start` script launches `s6-svscan` as a daemon. It is designed to
be run by cron, e.g.
@runatreboot,runonce 1 ~/.s6/start
3 lines
67 B
Bash
Executable File
3 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
nohup /bin/s6-svscan -t 0 ~/.s6/scan >> ~/.s6/log 2>&1 &
|