fix(kapowarr): kill app gracefully

This commit is contained in:
matt1432 2025-05-18 00:20:11 -04:00
parent ad30b3eda7
commit e5ae43d9d5

View file

@ -80,6 +80,7 @@ in {
# "-p ${toString cfg.port}"
# (optionalString (cfg.urlBase != null) "-u ${cfg.urlBase}")
];
KillSignal = "SIGINT";
# Hardening from komga service
RemoveIPC = true;