jhuckaby / pixl-boot

Register your service to launch on server startup (Linux / OS X).
3 stars 2 forks source link

Missing timeout for service #2

Open serveryang opened 3 months ago

serveryang commented 3 months ago

missing TimeoutSec config for service.

jhuckaby commented 3 months ago

This is an optional field, not required. It defaults to DefaultTimeoutStartSec set in your systemd-system.conf file. It defaults to 90 seconds.

serveryang commented 1 month ago

90 seconds is not enough sometimes. TimeoutSec need export to cli paramter. custom can specfiy a longer timeout.