systemd/service-to-run.sh: silence "cp" errors
parent
fdeae2a3ac
commit
b6b895bab5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue