dwatch/files/dwatchd.service
Alexander 0fe16466fc
All checks were successful
Build / Build project (push) Successful in 1m34s
init 0.0.10
2025-11-16 07:39:01 +03:00

15 lines
311 B
Desktop File

[Unit]
Description=DWatch server daemon for monitoring changes in text files and CLI
ConditionPathExists=/etc/dwatch/config.json
[Service]
Type=simple
ExecStart=/usr/sbin/dwatchd -vvv
KillMode=process
KillSignal=SIGTERM
TimeoutStopSec=10s
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target