浏览代码

package/chrony: fix systemd service

Fixes the systemd service, the binary is located at /usr/sbin not
/usr/bin.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Christian Stewart 9 年之前
父节点
当前提交
7ce32aa271
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/chrony/chrony.service

+ 1 - 1
package/chrony/chrony.service

@@ -4,7 +4,7 @@ After=syslog.target network.target
 Conflicts=systemd-timesyncd.service
 
 [Service]
-ExecStart=/usr/bin/chronyd -n
+ExecStart=/usr/sbin/chronyd -n
 Restart=always
 
 [Install]