From: Benjamin Kaduk Date: Thu, 23 Oct 2014 16:53:34 +0000 (-0400) Subject: Try to have systemd not check afsd's exit code X-Git-Tag: debian/1.6.10-1~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2fdfd836d6270835d9479118bed5e529ac0b2fc2;p=packages%2Fo%2Fopenafs.git Try to have systemd not check afsd's exit code It enters a failed state on shutdown, apparently. --- diff --git a/debian/openafs-client.service b/debian/openafs-client.service index ab65b44e9..ac3ab62f8 100755 --- a/debian/openafs-client.service +++ b/debian/openafs-client.service @@ -16,6 +16,7 @@ ExecStop=/bin/umount -af -t afs ExecStopPost=/sbin/rmmod $KMOD EnvironmentFile=/var/cache/openafs-client/openafs-client.env KillMode=none +GuessMainPID=no [Install] WantedBy=multi-user.target remote-fs.target