mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
316 B
Text
9 lines
316 B
Text
[Service]
|
|
# Prevent slapd from getting killed by oom reaper as much as possible
|
|
OOMScoreAdjust=-1000
|
|
# If slapd exited (for instance if got killed) the service should not be
|
|
# considered as active anymore...
|
|
RemainAfterExit=no
|
|
# Automatically restart the service if the service gets down
|
|
Restart=always
|
|
RestartSec=3
|