diff options
-rw-r--r-- | systemd/nfs-secure.target | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systemd/nfs-secure.target b/systemd/nfs-secure.target new file mode 100644 index 0000000..0127fdb --- /dev/null +++ b/systemd/nfs-secure.target @@ -0,0 +1,8 @@ +[Unit] +Description=Secure NFS client/server services +# If this target is enabled, then rpc.gssd and rpc.svcgssd will be started +# as required. If it is not enabled they won't. + +[Install] +WantedBy=remote-fs.target +WantedBy=multi-user.target
\ No newline at end of file |