Move daemon components into subfolder
This commit is contained in:
parent
f8fe0d073b
commit
e377fcdd7f
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Disable the servive
|
# Disable the service
|
||||||
systemctl disable pvcd.service
|
systemctl disable pvcd.service
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue