mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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>
This commit is contained in:
parent
151cc4fdcb
commit
7ce32aa271
@ -4,7 +4,7 @@ After=syslog.target network.target
|
|||||||
Conflicts=systemd-timesyncd.service
|
Conflicts=systemd-timesyncd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/chronyd -n
|
ExecStart=/usr/sbin/chronyd -n
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user