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

7 lines
196 B
Plaintext
Raw Normal View History

2018-08-02 10:41:40 +02:00
#!/sbin/openrc-run
2018-11-01 12:51:06 +01:00
command=/usr/share/vmmgr/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"