forked from pool/kanidm
19 lines
435 B
SYSTEMD
19 lines
435 B
SYSTEMD
|
# You should not need to edit this file. Instead, use a drop-in file as described in:
|
||
|
# /usr/lib/systemd/system/kanidm_unixd.service.d/custom.conf
|
||
|
|
||
|
[Unit]
|
||
|
Description=Kanidm Local Client Resolver
|
||
|
After=chronyd.service ntpd.service network-online.target
|
||
|
|
||
|
[Service]
|
||
|
DynamicUser=yes
|
||
|
UMask=0027
|
||
|
CacheDirectory=kanidm-unixd
|
||
|
RuntimeDirectory=kanidm-unixd
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/kanidm_unixd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|