Add systemd service file
This commit is contained in:
parent
cb711475d4
commit
7c782e5800
9
systemd/chimemon.service
Normal file
9
systemd/chimemon.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=chimemon, a monitor for time servers
|
||||||
|
After=chronyd.service
|
||||||
|
[Service]
|
||||||
|
Type=exec
|
||||||
|
ExecStart=/usr/local/sbin/chimemon -c /etc/chimemon/config.toml
|
||||||
|
User=chrony
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user