chore(dae.service): set TimeoutStartSec=120 instead of 10 (#510)

This commit is contained in:
ifeng 2024-04-29 13:28:39 +08:00 committed by GitHub
parent a75a2fffd7
commit 774b4274f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ExecStart=/usr/bin/dae run --disable-timestamp -c /etc/dae/config.dae
ExecReload=/usr/bin/dae reload $MAINPID ExecReload=/usr/bin/dae reload $MAINPID
Restart=on-abnormal Restart=on-abnormal
TimeoutStartSec=120
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target