mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
15 lines
280 B
Desktop File
15 lines
280 B
Desktop File
[Unit]
|
|
Description=NTP TimeTurner Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/opt/timeturner/timeturner daemon
|
|
WorkingDirectory=/opt/timeturner
|
|
PIDFile=/opt/timeturner/ntp_timeturner.pid
|
|
Restart=always
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|