This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# only start this service after the httpd user process has started | |
#start on syno.network.ready | |
start on runlevel 2 | |
# stop the service gracefully if the runlevel changes to 'reboot' | |
stop on runlevel [06] | |
# run the scripts as the 'admin' user. Running as root (the default) is a bad idea. | |
setuid admin |