Исправление запуска сервиса dwatchd
All checks were successful
Build / Build project (push) Successful in 1m28s

This commit is contained in:
Alexander Zhirov 2025-11-16 08:22:40 +03:00
parent ae00139563
commit 3708bac258
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ConditionPathExists=/etc/dwatch/config.json
[Service]
Type=simple
ExecStart=/usr/sbin/dwatchd -vvv
ExecStart=/usr/bin/dwatchd -vvv
KillMode=process
KillSignal=SIGTERM
TimeoutStopSec=10s