Spotter-VM/basic/etc/init.d/vm-appmgr

7 lines
203 B
Plaintext
Executable File

#!/sbin/openrc-run
command=/srv/vm/wsgi.py
description="VM application manager"
pidfile=/var/run/vm-appmgr.pid
start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"