1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Ignore exit errors in systemd configuration

This commit is contained in:
Kim Holviala 2016-11-14 08:23:12 +02:00
parent 7307e8d8d8
commit 3f77e5db86

View File

@ -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