12 lines
278 B
Desktop File
12 lines
278 B
Desktop File
[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
|