Browse Source

systemd/service-to-run.sh: do not copy the target subdirs

master
Harald Hoyer 13 years ago
parent
commit
f31049c17f
  1. 3
      modules.d/98systemd/service-to-run.sh

3
modules.d/98systemd/service-to-run.sh

@ -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…
Cancel
Save