mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
12 lines
190 B
Desktop File
12 lines
190 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/ntpd.pid
|
|
ExecStart=/usr/sbin/ntpd -g -p /run/ntpd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|