diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/systemd/glusterd.service.in | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/systemd/glusterd.service.in b/extras/systemd/glusterd.service.in index 26694cfc8ab..78f8e40b0e4 100644 --- a/extras/systemd/glusterd.service.in +++ b/extras/systemd/glusterd.service.in @@ -12,6 +12,7 @@ Environment="LOG_LEVEL=INFO"  EnvironmentFile=-@sysconfdir@/sysconfig/glusterd  ExecStart=@prefix@/sbin/glusterd -p @localstatedir@/run/glusterd.pid  --log-level $LOG_LEVEL $GLUSTERD_OPTIONS  KillMode=process +SuccessExitStatus=15  [Install]  WantedBy=multi-user.target  | 
