forked from pool/openafs
Accepting request 594123 from home:hauky:branches:filesystems
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
This commit is contained in:
parent
6a6c897bc0
commit
40da544675
@ -11,7 +11,7 @@ EnvironmentFile=/etc/sysconfig/openafs-client
|
||||
ExecStartPre=/sbin/modprobe libafs
|
||||
ExecStart=/usr/sbin/afsd $AFSD_ARGS
|
||||
ExecStartPost=/usr/bin/fs sysname $SYSNAME
|
||||
ExecStop=/bin/umount /afs
|
||||
ExecStop=/usr/bin/umount /afs
|
||||
ExecStop=/usr/sbin/afsd -shutdown
|
||||
ExecStop=/sbin/rmmod libafs
|
||||
KillMode=none
|
||||
|
@ -10,8 +10,8 @@ RemainAfterExit=true
|
||||
EnvironmentFile=/etc/sysconfig/openafs-fuse-client
|
||||
ExecStartPre=/bin/chmod 0644 /etc/openafs/CellServDB
|
||||
ExecStart=/usr/sbin/afsd.fuse $AFSD_ARGS
|
||||
ExecStop=/bin/umount /afs
|
||||
ExecStop=/etc/openafs/afsd.fuse -shutdown
|
||||
ExecStop=/usr/bin/umount /afs
|
||||
ExecStop=/usr/sbin/afsd.fuse -shutdown
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user