From 3f77e5db86f9563439d32bda33bd3c9595b8447b Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Mon, 14 Nov 2016 08:23:12 +0200 Subject: [PATCH] Ignore exit errors in systemd configuration --- gophernicus@.service | 1 + 1 file changed, 1 insertion(+) diff --git a/gophernicus@.service b/gophernicus@.service index e53e1f3..47bd46c 100644 --- a/gophernicus@.service +++ b/gophernicus@.service @@ -5,5 +5,6 @@ Description=Gophernicus gopher server EnvironmentFile=-/etc/default/gophernicus EnvironmentFile=-/etc/sysconfig/gophernicus ExecStart=/usr/sbin/in.gophernicus -h %H $OPTIONS +SuccessExitStatus=1 StandardInput=socket User=nobody