Исправление запуска сервиса 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

View file

@ -1,6 +1,6 @@
name : dwatch
version : 0.0.10
release : 2
release : 3
source :
- git|https://git.zhirov.kz/dwatch/dwatch.git : 35319d42c4bf81583f6978a857b8b0fc41ceb11f
homepage : https://git.zhirov.kz/dwatch/dwatch