02486a80cd
runit is a daemontools alike replacement for sysvinit and other init schemes. runit runs on GNU/Linux, OpenBSD, FreeBSD, MacOSX, Solaris, and can easily be adapted to other Unix operating systems.
7 lines
538 B
Bash
7 lines
538 B
Bash
#!/bin/sh
|
|
|
|
PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
|
|
|
|
exec env - PATH=$PATH \
|
|
runsvdir /service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
|