summaryrefslogtreecommitdiffstats
path: root/proxy/systemd/gssproxy.service
blob: ab256994cd3b9c72d85437a4128a53dcc25e4040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=GSSAPI Proxy Daemon
# GSSPROXY will not be started until syslog is
After=syslog.target

[Service]
ExecStart=${exec_prefix}/sbin/gssproxy -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=${prefix}/var/run/gssproxy.pid

[Install]
WantedBy=multi-user.target