From 6c260c7cd51479371ddc5b6fb82b954f4fcf766b Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Wed, 24 Aug 2016 15:46:48 +0200 Subject: [PATCH] bugfix for unoconv systemd service killmode --- system/services/systemd/unoconv@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/systemd/unoconv@.service b/system/services/systemd/unoconv@.service index ed2827649..5c0c947c2 100644 --- a/system/services/systemd/unoconv@.service +++ b/system/services/systemd/unoconv@.service @@ -4,7 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/unoconv -l -KillMode=process +KillMode=mixed Restart=on-failure on-abort User=%i Group=%i