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

7 lines
218 B
Plaintext
Raw Normal View History

2018-08-02 10:41:40 +02:00
#!/sbin/openrc-run
command=/srv/spotter/wsgi.py
description="Spotter application manager"
pidfile=/var/run/spotter-appmgr.pid
start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"