dwatch/files/dwatchd.service
Alexander 3708bac258
All checks were successful
Build / Build project (push) Successful in 1m28s
Исправление запуска сервиса dwatchd
2025-11-16 08:22:40 +03:00

15 lines
310 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/bin/dwatchd -vvv
KillMode=process
KillSignal=SIGTERM
TimeoutStopSec=10s
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target