summarylogtreecommitdiffstats
path: root/oauth2_proxy.service
blob: 791aec768a58981738371fa179031c4c55b45144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Systemd service file for oauth2_proxy daemon
#
# Date: Feb 9, 2016
# Author: Srdjan Grubor <sgnn7@sgnn7.org>

[Unit]
Description=oauth2_proxy daemon service

[Service]
User=oauth2_proxy
Group=oauth2_proxy

ExecStart=/usr/bin/oauth2_proxy -config=/etc/oauth2_proxy.cfg
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target