Blame openafs-server.service
|
|
11b693 |
[Unit]
|
|
|
11b693 |
Description=OpenAFS Server
|
|
|
11b693 |
After=syslog.target network.target
|
|
|
11b693 |
|
|
|
11b693 |
[Service]
|
|
|
11b693 |
EnvironmentFile=-/etc/sysconfig/openafs-server
|
|
|
11b693 |
ExecStart=/usr/sbin/bosserver -nofork $BOSSERVER_ARGS
|
|
|
11b693 |
ExecStop=/usr/sbin/bos shutdown localhost -wait -localauth
|
|
|
11b693 |
|
|
|
11b693 |
[Install]
|
|
|
11b693 |
WantedBy=multi-user.target
|