Last active
March 18, 2022 09:00
-
-
Save mschmitt/db3304edbe23e207dae3223e76427224 to your computer and use it in GitHub Desktop.
systemd: Howto quickly sigkill (-9) a service that blocks shutdown for minutes. (Here: ESET Antivirus, eea.service)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /lib/systemd/system/eea.service.d/stfd.conf | |
[Service] | |
TimeoutStopSec=5 | |
TimeoutStopFailureMode=kill |
Warum tust du das nicht nach
/etc/systemd
?
Weil die Datei über ein von uns gebautes Paket aufs System kommt. Siehe man systemd.unit -> Unit File Load Path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Warum tust du das nicht nach
/etc/systemd
?