diff options
-rw-r--r-- | systemd/auth-rpcgss-module.service | 1 | ||||
-rw-r--r-- | systemd/rpc-statd-notify.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/systemd/auth-rpcgss-module.service b/systemd/auth-rpcgss-module.service index 5241f7b..4548283 100644 --- a/systemd/auth-rpcgss-module.service +++ b/systemd/auth-rpcgss-module.service @@ -14,3 +14,4 @@ ConditionPathExists=/etc/krb5.keytab [Service] Type=oneshot ExecStart=/sbin/modprobe -q auth_rpcgss +RemainAfterExit=yes diff --git a/systemd/rpc-statd-notify.service b/systemd/rpc-statd-notify.service index 687fe31..aad4c0d 100644 --- a/systemd/rpc-statd-notify.service +++ b/systemd/rpc-statd-notify.service @@ -13,3 +13,4 @@ PartOf=nfs-utils.service [Service] Type=forking ExecStart=-/usr/sbin/sm-notify +RemainAfterExit=yes |