Move vmmgr init script to proper place

This commit is contained in:
Disassembler 2018-11-07 22:59:56 +01:00
parent 2a75965449
commit 96490c6c3e
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit e5eaba1bc8317a677a3f55e8e11461ce0efe31e5
Subproject commit 6a68be739ab7ba6c55d79c9abf7744b6eaa35cf7

View File

@ -1,6 +0,0 @@
#!/sbin/openrc-run
command=/usr/share/vmmgr/wsgi.py
description="VM manager"
pidfile=/var/run/vmmgr.pid
start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"