SHA256
1
0
forked from pool/kanidm
kanidm/kanidmd.service
2020-10-07 12:16:33 +00:00

18 lines
440 B
Desktop File

# You should not need to edit this file. Instead, use a drop-in file as described in:
# /usr/lib/systemd/system/kanidmd.service.d/custom.conf
[Unit]
Description=Kanidm Identity Server
After=chronyd.service ntpd.service network-online.target
Before=radiusd.service
[Service]
Type=simple
DynamicUser=yes
UMask=0027
StateDirectory=kanidmd
ExecStart=/usr/sbin/kanidmd server -c /etc/kanidm/server.toml
[Install]
WantedBy=multi-user.target