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

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

[Install]
WantedBy=multi-user.target