This fixes mis-matched variable names from fedora's /etc/sysconfig/nfs. Signed-off-by: Benjamin Coddington <bcodding@xxxxxxxxxx> --- systemd/rpc-gssd.service | 2 +- systemd/rpc-svcgssd.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/rpc-gssd.service b/systemd/rpc-gssd.service index d4a3819..6e1af86 100644 --- a/systemd/rpc-gssd.service +++ b/systemd/rpc-gssd.service @@ -16,4 +16,4 @@ After=nfs-config.service EnvironmentFile=-/run/sysconfig/nfs-utils Type=forking -ExecStart=/usr/sbin/rpc.gssd $GSSDARGS +ExecStart=/usr/sbin/rpc.gssd $RPCGSSDARGS diff --git a/systemd/rpc-svcgssd.service b/systemd/rpc-svcgssd.service index f7424b0..0aeaed9 100644 --- a/systemd/rpc-svcgssd.service +++ b/systemd/rpc-svcgssd.service @@ -16,4 +16,4 @@ After=nfs-config.service [Service] EnvironmentFile=-/run/sysconfig/nfs-utils Type=forking -ExecStart=/usr/sbin/rpc.svcgssd $SVCGSSDARGS +ExecStart=/usr/sbin/rpc.svcgssd $RPCSVCGSSDARGS -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html