summaryrefslogtreecommitdiffstats
path: root/proxy/systemd/gssproxy.service.in
blob: 7aa6785877ddb45678b94c6e201a06fb70c0ec7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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]
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