summaryrefslogtreecommitdiffstats
path: root/proxy/systemd/gssproxy.service.in
blob: 02fe3cd77ff220f5619d617341c82eb6cc206add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=GSSAPI Proxy Daemon
# GSSPROXY will not be started until syslog is
After=syslog.target
Before=nfs-secure.service nfs-secure-server.service
Requires=proc-fs-nfsd.mount

[Service]
Environment="KRB5RCACHEDIR=@localstatedir@/lib/gssproxy/krb5rcache"
ExecStart=@sbindir@/gssproxy -D
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=@localstatedir@/run/gssproxy.pid

[Install]
WantedBy=multi-user.target