blob: d55f9918d1d14a648b071e5d55767f231c311ede (
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=@sbindir@/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=@localstatedir@/run/gssproxy.pid
[Install]
WantedBy=multi-user.target
|