7 lines
187 B
Plaintext
Executable File
7 lines
187 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
command=/srv/vm/wsgi.py
|
|
description="VM manager"
|
|
pidfile=/var/run/vmmgr.pid
|
|
start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"
|