mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 00:14:38 +08:00
10 lines
146 B
SYSTEMD
10 lines
146 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenLDAP server daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/slapd -u ldap -g ldap
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|