blob: ee58973fd1cf98c4bbd0b34c42ad6080f42dac11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=OpenAFS Server Service
After=syslog.target network.target
[Service]
EnvironmentFile=/etc/conf.d/openafs-server
ExecStart=/usr/sbin/bosserver $BOSSERVER_OPTIONS
ExecStop=/usr/bin/bos shutdown localhost -wait -localauth
[Install]
WantedBy=multi-user.target
|