mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
Ignore exit errors in systemd configuration
This commit is contained in:
parent
7307e8d8d8
commit
3f77e5db86
@ -5,5 +5,6 @@ Description=Gophernicus gopher server
|
|||||||
EnvironmentFile=-/etc/default/gophernicus
|
EnvironmentFile=-/etc/default/gophernicus
|
||||||
EnvironmentFile=-/etc/sysconfig/gophernicus
|
EnvironmentFile=-/etc/sysconfig/gophernicus
|
||||||
ExecStart=/usr/sbin/in.gophernicus -h %H $OPTIONS
|
ExecStart=/usr/sbin/in.gophernicus -h %H $OPTIONS
|
||||||
|
SuccessExitStatus=1
|
||||||
StandardInput=socket
|
StandardInput=socket
|
||||||
User=nobody
|
User=nobody
|
||||||
|
Loading…
Reference in New Issue
Block a user