summarylogtreecommitdiffstats
path: root/authentik-server.service
blob: ebd262dbcc58c16ff8f6308e415737a0e90c1491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Authentik Server (web/api/sso)

[Service]
ExecStart=/bin/bash -c 'source /opt/authentik/lib/bin/activate && cd /opt/authentik/src && python -m lifecycle.migrate && ./authentik-server'
WorkingDirectory=/opt/authentik/src
User=authentik
Group=authentik
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target