From 10150bfcab76141b3a9c33b95ad71904fe8ecca2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 7 Jun 2018 17:43:57 +0200 Subject: [PATCH] examples: update pidfile in chronyd.service --- examples/chronyd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chronyd.service b/examples/chronyd.service index 4ffe3b1..1777413 100644 --- a/examples/chronyd.service +++ b/examples/chronyd.service @@ -7,7 +7,7 @@ ConditionCapability=CAP_SYS_TIME [Service] Type=forking -PIDFile=/var/run/chronyd.pid +PIDFile=/var/run/chrony/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd ExecStart=/usr/sbin/chronyd $OPTIONS PrivateTmp=yes