forked from pool/openafs
40da544675
Fix pathes in unti-files OBS-URL: https://build.opensuse.org/request/show/594123 OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=8
19 lines
464 B
Desktop File
19 lines
464 B
Desktop File
[Unit]
|
|
Description=OpenAFS Client Service
|
|
Wants=network-online.target
|
|
After=syslog.target network-online.target
|
|
Before=remote-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=true
|
|
EnvironmentFile=/etc/sysconfig/openafs-fuse-client
|
|
ExecStartPre=/bin/chmod 0644 /etc/openafs/CellServDB
|
|
ExecStart=/usr/sbin/afsd.fuse $AFSD_ARGS
|
|
ExecStop=/usr/bin/umount /afs
|
|
ExecStop=/usr/sbin/afsd.fuse -shutdown
|
|
KillMode=none
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target remote-fs.target
|