forked from pool/openafs
12 lines
278 B
SYSTEMD
12 lines
278 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenAFS Server
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/sysconfig/openafs-server
|
||
|
ExecStart=/usr/sbin/bosserver -nofork $BOSSERVER_ARGS
|
||
|
ExecStop=/usr/sbin/bos shutdown localhost -wait -localauth
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|