/lib/systemd/system/openafs-fileserver.service is in openafs-fileserver 1.8.0~pre5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=OpenAFS file and database server manager
Wants=network-online.target
After=network.target network-online.target local-fs.target
[Service]
Type=simple
EnvironmentFile=-/etc/default/openafs-fileserver
ExecStart=/usr/sbin/bosserver -nofork $DAEMON_ARGS
ExecStop=/usr/bin/bos shutdown localhost -wait -localauth
[Install]
WantedBy=multi-user.target
|