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

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

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

[Install]
WantedBy=multi-user.target