Skip to content

Commit

Permalink
chore(dae.service): set TimeoutStartSec=120 instead of 10 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiifeng authored Apr 29, 2024
1 parent a75a2ff commit 774b427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/dae.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 774b427

Please sign in to comment.