mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:24:40 +07:00
chore(dae.service): set TimeoutStartSec=120 instead of 10 (#510)
This commit is contained in:
parent
a75a2fffd7
commit
774b4274f5
@ -13,6 +13,7 @@ ExecStartPre=/usr/bin/dae validate -c /etc/dae/config.dae
|
||||
ExecStart=/usr/bin/dae run --disable-timestamp -c /etc/dae/config.dae
|
||||
ExecReload=/usr/bin/dae reload $MAINPID
|
||||
Restart=on-abnormal
|
||||
TimeoutStartSec=120
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user