Add systemd service file
This commit is contained in:
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
|
Reference in New Issue
Block a user