systemd/service-to-run.sh: do not copy the target subdirs
parent
e6bec9b793
commit
f31049c17f
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir -p /run/systemd/system/
|
mkdir -p /run/systemd/system/
|
||||||
cp -a -t /run/systemd/system/ /etc/systemd/system/*
|
cp -d -t /run/systemd/system/ /etc/systemd/system/*
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue