mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
31 lines
784 B
Desktop File
31 lines
784 B
Desktop File
# Source: https://build.opensuse.org/package/view_file/home:firstyear:kanidm/kanidm/kanidmd.service
|
|
# 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=kanidm
|
|
ExecStart=/usr/sbin/kanidmd server -c /etc/kanidm/server.toml
|
|
KillSignal=SIGINT
|
|
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
MemoryDenyWriteExecute=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|