From: Benjamin Kaduk Date: Thu, 23 Oct 2014 15:55:13 +0000 (-0400) Subject: Populate the EnvironmentFile in the postinst X-Git-Tag: debian/1.6.10-1~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=240579d1595617bc17d86f4050a2bffab427a46d;p=packages%2Fo%2Fopenafs.git Populate the EnvironmentFile in the postinst --- diff --git a/debian/openafs-client.postinst b/debian/openafs-client.postinst index 2abd51bf6..6442eeea7 100755 --- a/debian/openafs-client.postinst +++ b/debian/openafs-client.postinst @@ -101,6 +101,9 @@ echo AFS_DYNROOT="$RET" >> /etc/openafs/afs.conf.client db_get openafs-client/fakestat echo AFS_FAKESTAT="$RET" >> /etc/openafs/afs.conf.client +# Prepopulate the systemd EnvironmentFile +/usr/share/openafs/openafs-client-precheck + #DEBHELPER# exit 0