diff options
| author | Jonathan Bauer | 2015-02-04 13:37:25 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2015-02-04 13:37:25 +0100 |
| commit | 7d3d231e5ba0874c11885095be68af429bb358d1 (patch) | |
| tree | 6dcc0f7ab082a08a5377fdc7e267b94661d28ffa /server/modules/auth-freiburg/etc/systemd/system | |
| parent | [freiburg] restructuring pam-freiburg module before renaming (diff) | |
| download | tm-scripts-7d3d231e5ba0874c11885095be68af429bb358d1.tar.gz tm-scripts-7d3d231e5ba0874c11885095be68af429bb358d1.tar.xz tm-scripts-7d3d231e5ba0874c11885095be68af429bb358d1.zip | |
[auth-freiburg] renamed 'pam-freiburg' to 'auth-freiburg' since the module does more than just pam
Diffstat (limited to 'server/modules/auth-freiburg/etc/systemd/system')
5 files changed, 23 insertions, 0 deletions
diff --git a/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-gssd.service b/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-gssd.service new file mode 120000 index 00000000..194aba77 --- /dev/null +++ b/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-gssd.service @@ -0,0 +1 @@ +../rpc-gssd.service
\ No newline at end of file diff --git a/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-idmapd.service b/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-idmapd.service new file mode 120000 index 00000000..66a28252 --- /dev/null +++ b/server/modules/auth-freiburg/etc/systemd/system/getty.target.wants/rpc-idmapd.service @@ -0,0 +1 @@ +../rpc-idmapd.service
\ No newline at end of file diff --git a/server/modules/auth-freiburg/etc/systemd/system/rpc-gssd.service b/server/modules/auth-freiburg/etc/systemd/system/rpc-gssd.service new file mode 100644 index 00000000..79ffce8d --- /dev/null +++ b/server/modules/auth-freiburg/etc/systemd/system/rpc-gssd.service @@ -0,0 +1,7 @@ +[Unit] +Description=NFS rpcsec_gss daemon +Requires=run-rpc_pipefs.mount +After=run-rpc_pipefs.mount + +[Service] +ExecStart=/usr/sbin/rpc.gssd -f -vvv -p /run/rpc_pipefs diff --git a/server/modules/auth-freiburg/etc/systemd/system/rpc-idmapd.service b/server/modules/auth-freiburg/etc/systemd/system/rpc-idmapd.service new file mode 100644 index 00000000..c4da93e7 --- /dev/null +++ b/server/modules/auth-freiburg/etc/systemd/system/rpc-idmapd.service @@ -0,0 +1,7 @@ +[Unit] +Description=NFSv4 ID-name mapping daemon +Requires=network.target run-rpc_pipefs.mount +After=network.target + +[Service] +ExecStart=/usr/sbin/rpc.idmapd -f diff --git a/server/modules/auth-freiburg/etc/systemd/system/run-rpc_pipefs.mount b/server/modules/auth-freiburg/etc/systemd/system/run-rpc_pipefs.mount new file mode 100644 index 00000000..692adce8 --- /dev/null +++ b/server/modules/auth-freiburg/etc/systemd/system/run-rpc_pipefs.mount @@ -0,0 +1,7 @@ +[Unit] +Description=Pipefs RPC filesystem + +[Mount] +What=rpc_pipefs +Where=/run/rpc_pipefs +Type=rpc_pipefs |
