mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Add systemd deps for unixd (#2314)
This commit is contained in:
parent
8f150ad032
commit
545c04e74f
|
@ -4,6 +4,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Kanidm Local Client Resolver
|
Description=Kanidm Local Client Resolver
|
||||||
After=chronyd.service ntpd.service network-online.target
|
After=chronyd.service ntpd.service network-online.target
|
||||||
|
Before=systemd-user-sessions.service nss-user-lookup.target
|
||||||
|
Wants=nss-user-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Kanidm Local Client Resolver
|
Description=Kanidm Local Client Resolver
|
||||||
After=chronyd.service ntpd.service network-online.target
|
After=chronyd.service ntpd.service network-online.target
|
||||||
|
Before=systemd-user-sessions.service nss-user-lookup.target
|
||||||
|
Wants=nss-user-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
|
|
Loading…
Reference in a new issue