forked from pool/kanidm
1bae16bc73
Correct license line base on legal team input OBS-URL: https://build.opensuse.org/request/show/837240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanidm?expand=0&rev=1
19 lines
435 B
Desktop File
19 lines
435 B
Desktop File
# 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
|
|
|