Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 7ae1326686fcee9e8495e4e7a232d717 > files > 10

openafs-1.8.3-1.mga7.src.rpm

[Unit]
Description=OpenAFS Client Service
After=syslog.target network.target

[Service]
Type=forking
EnvironmentFile=/etc/sysconfig/openafs
ExecStartPre=/bin/sed -n 'w/etc/openafs/CellServDB' /etc/openafs/CellServDB.local /etc/openafs/CellServDB.dist
ExecStartPre=/bin/chmod 0644 /etc/openafs/CellServDB
ExecStartPre=/sbin/modprobe libafs
ExecStart=/sbin/afsd $AFSD_ARGS
ExecStop=/bin/umount /afs
ExecStop=/sbin/afsd -shutdown
ExecStop=/sbin/rmmod libafs
KillMode=none

[Install]
WantedBy=multi-user.target remote-fs.target