Spotter-VM/basic/etc/init.d/vmmgr

7 lines
187 B
Plaintext
Raw Normal View History

2018-08-02 10:41:40 +02:00
#!/sbin/openrc-run
2018-09-03 17:24:48 +02:00
command=/srv/vm/wsgi.py
2018-09-04 21:42:26 +02:00
description="VM manager"
pidfile=/var/run/vmmgr.pid
2018-08-02 10:41:40 +02:00
start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"