From 3ed80c276664c76b586334585d622f74b7041228 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 2 Jul 2017 18:32:01 +0200 Subject: [PATCH] it's not forking any more! --- data/systemd/guhd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/systemd/guhd.service b/data/systemd/guhd.service index 3d72f8dc..aba0ff17 100644 --- a/data/systemd/guhd.service +++ b/data/systemd/guhd.service @@ -9,7 +9,7 @@ ExecStart=/usr/bin/guhd -n --print-all StandardOutput=journal StandardError=journal Restart=on-failure -Type=forking +Type=simple [Install] WantedBy=multi-user.target