source:
n4d-ldap/trunk/fuentes/install/lib/systemd/system/slapd.service
@
1682
Last change on this file since 1682 was 1682, checked in by , 5 years ago | |
---|---|
File size: 240 bytes |
Line | |
---|---|
1 | [Unit] |
2 | Description=SLAPD Daemon |
3 | Wants=network-online.target |
4 | After=network-online.target |
5 | Before=nslcd.service n4d.service |
6 | |
7 | [Service] |
8 | User=root |
9 | Type=forking |
10 | ExecStart=/usr/sbin/slapd-daemon-starter start |
11 | |
12 | [Install] |
13 | WantedBy=multi-user.target |
Note: See TracBrowser
for help on using the repository browser.