summarylogtreecommitdiffstats
path: root/authentik-outpost-ldap.service
blob: d5dd5616874e58dfd069d258aaa1c8c942dafb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=authentik outpost LDAP Service
After=network.target

[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s

ExecStart=/usr/bin/authentik-outpost-ldap
EnvironmentFile=/etc/authentik-outpost-ldap.env

[Install]
WantedBy=multi-user.target