summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/openafs/files/openafs-client.service')
-rw-r--r--net-fs/openafs/files/openafs-client.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-fs/openafs/files/openafs-client.service b/net-fs/openafs/files/openafs-client.service
deleted file mode 100644
index 8606b28..0000000
--- a/net-fs/openafs/files/openafs-client.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=OpenAFS Client Service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=oneshot
-EnvironmentFile=/etc/conf.d/openafs-client
-ExecStartPre=/sbin/modprobe libafs
-ExecStart=/usr/sbin/afsd $OPTIONS
-ExecStop=/bin/umount /afs
-ExecStopPost=/usr/sbin/afsd -shutdown
-ExecStopPost=/sbin/rmmod libafs
-KillMode=none
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target remote-fs.target