From 54afb2fcbc41140f53804a3dab56b65cae85e283 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 11 Sep 2012 19:45:58 +0200 Subject: [PATCH] don't log output of chrony-wait service --- chrony-wait.service | 1 + 1 file changed, 1 insertion(+) diff --git a/chrony-wait.service b/chrony-wait.service index 3958160..6513b4f 100644 --- a/chrony-wait.service +++ b/chrony-wait.service @@ -11,6 +11,7 @@ Type=oneshot # clock correction to be less than 0.1 seconds ExecStart=/usr/bin/chronyc waitsync 60 0.1 RemainAfterExit=yes +StandardOutput=null [Install] WantedBy=multi-user.target