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
21 lines
494 B
Desktop File
21 lines
494 B
Desktop File
[Unit]
|
|
Description=OpenAFS Client
|
|
Wants=network-online.target
|
|
After=syslog.target network-online.target
|
|
Before=remote-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=true
|
|
EnvironmentFile=/etc/sysconfig/openafs-client
|
|
ExecStartPre=/sbin/modprobe libafs
|
|
ExecStart=/usr/sbin/afsd $AFSD_ARGS
|
|
ExecStartPost=/usr/bin/fs sysname $SYSNAME
|
|
ExecStop=/usr/bin/umount /afs
|
|
ExecStop=/usr/sbin/afsd -shutdown
|
|
ExecStop=/sbin/rmmod libafs
|
|
KillMode=none
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target remote-fs.target
|