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