summarylogtreecommitdiffstats
path: root/dex.service
blob: da463056a706446f6ca17503b400dae1c059cc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/bin/dex serve /etc/dex.yaml
WorkingDirectory=/usr/share/dex
User=dex
Group=dex
ProtectSystem=full

[Install]
WantedBy=multi-user.target