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

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

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

[Install]
WantedBy=multi-user.target