Limit shutdown timeout of systemd service to 30 seconds
This commit is contained in:
parent
4ce5d773b0
commit
58de1d5715
@ -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