Move daemon components into subfolder
This commit is contained in:
parent
f8fe0d073b
commit
e377fcdd7f
8
debian/pvc-daemon.install
vendored
8
debian/pvc-daemon.install
vendored
@ -1,4 +1,4 @@
|
|||||||
pvcd.py usr/share/pvc
|
daemon/pvcd.py usr/share/pvc
|
||||||
pvcd.service lib/systemd/system
|
daemon/pvcd.service lib/systemd/system
|
||||||
pvcd.conf.sample etc/pvc
|
daemon/pvcd.conf.sample etc/pvc
|
||||||
pvcd usr/share/pvc
|
daemon/pvcd usr/share/pvc
|
||||||
|
2
debian/pvc-daemon.prerm
vendored
2
debian/pvc-daemon.prerm
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Disable the servive
|
# Disable the service
|
||||||
systemctl disable pvcd.service
|
systemctl disable pvcd.service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user