systemd/service-to-run.sh: silence "cp" errors

master
Harald Hoyer 2012-11-29 15:52:53 +01:00
parent fdeae2a3ac
commit b6b895bab5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
mkdir -p /run/systemd/system/
cp -d -t /run/systemd/system/ /etc/systemd/system/*
cp -d -t /run/systemd/system/ /etc/systemd/system/* 2>/dev/null
exit 0