forked from 0x2620/pandora
use same folder structure in etc/systemd as used once installed
This commit is contained in:
parent
d7a9ca28cb
commit
cb6203ff82
7 changed files with 3 additions and 3 deletions
2
ctl
2
ctl
|
|
@ -46,7 +46,7 @@ if [ "$action" = "install" ]; then
|
|||
/lib/systemd/system/pandora-encoding.service \
|
||||
/lib/systemd/system/pandora-tasks.service \
|
||||
/lib/systemd/system/pandora-websocketd.service
|
||||
cp $BASE/etc/systemd/*.service /etc/systemd/system/
|
||||
cp $BASE/etc/systemd/system/*.service /etc/systemd/system/
|
||||
cp $BASE/etc/tmpfiles.d/pandora.conf /etc/tmpfiles.d/
|
||||
systemd-tmpfiles --create /etc/tmpfiles.d/pandora.conf >/dev/null || true
|
||||
systemctl daemon-reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue