diff --git a/modules.d/98systemd/service-to-run.sh b/modules.d/98systemd/service-to-run.sh index 797958e6..e09acc59 100755 --- a/modules.d/98systemd/service-to-run.sh +++ b/modules.d/98systemd/service-to-run.sh @@ -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