On 2014-10-28 11:45, Adam Thompson wrote:
On 14-10-28 10:34 AM, Steve Litt wrote:
I think I understand. If I wanted to run daemontools at boot, I would
put the svscanboot command in /etc/rc.local, right?
Assuming there was no pre-built package, or port available, yes.
There are other valid reasons to run scripts at start beyond custom
application start.
For example, when I configured fstab(5) to use mount_mfs(8) for /tmp, I
would add this single line in rc.local:
chmod 1777 /tmp
These days I'm using mount_tmpfs(8), which inherits attributes from the
mount point.