From b6b895bab5047bc51ab40dd1de77b7aad249ba52 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 29 Nov 2012 15:52:53 +0100 Subject: [PATCH] systemd/service-to-run.sh: silence "cp" errors --- modules.d/98systemd/service-to-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/98systemd/service-to-run.sh b/modules.d/98systemd/service-to-run.sh index e09acc5..d4225be 100755 --- a/modules.d/98systemd/service-to-run.sh +++ b/modules.d/98systemd/service-to-run.sh @@ -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 -- 2.7.4