Merge PR #372: Limit shutdown timeout of systemd service to 30 seconds
This commit is contained in:
commit
d48561ee89
@ -10,6 +10,7 @@ StandardOutput=journal
|
||||
StandardError=journal
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
TimeoutStopSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user