7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
|
#!/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"
|