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

master
Harald Hoyer 2012-07-12 08:56:36 +02:00
parent e6bec9b793
commit f31049c17f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
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