initial commit of file from CVS for e-smith-ldap on Wed 12 Jul 08:58:23 BST 2023
This commit is contained in:
21
root/usr/lib/systemd/system/ldap.init.service
Normal file
21
root/usr/lib/systemd/system/ldap.init.service
Normal file
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Koozali SME Server ldap.init
|
||||
After=syslog.target network-online.target ldap.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Restart=no
|
||||
TimeoutSec=5min
|
||||
IgnoreSIGPIPE=no
|
||||
KillMode=process
|
||||
GuessMainPID=no
|
||||
RemainAfterExit=yes
|
||||
ExecStartPre=/sbin/e-smith/service-status ldap.init
|
||||
ExecStart=/etc/rc.d/init.d/ldap.init start
|
||||
ExecStop=/etc/rc.d/init.d/ldap.init stop
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
||||
|
Reference in New Issue
Block a user