2ffa92b1c9
Remove syslog.target from service file, this target hasn't existed for over a decade.
6aa8d43ade/NEWS (L72-L73)
23 lines
466 B
Plaintext
23 lines
466 B
Plaintext
# Systemd service file for oauth2-proxy daemon
|
|
#
|
|
# Date: Feb 9, 2016
|
|
# Author: Srdjan Grubor <sgnn7@sgnn7.org>
|
|
|
|
[Unit]
|
|
Description=oauth2-proxy daemon service
|
|
After=network.target
|
|
|
|
[Service]
|
|
# www-data group and user need to be created before using these lines
|
|
User=www-data
|
|
Group=www-data
|
|
|
|
ExecStart=/usr/local/bin/oauth2-proxy --config=/etc/oauth2-proxy.cfg
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|