summaryrefslogtreecommitdiff
path: root/nshd.socket
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 20:20:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 20:20:07 -0400
commit15b35deec06efa6efc5e527fa2c277c581caf009 (patch)
tree6adc677b54421cd3218badbef114e56d1a6328e0 /nshd.socket
parentcaf029024616464acdd51fbf9670bea9eea7b1c0 (diff)
tidy systemd stuff
Diffstat (limited to 'nshd.socket')
-rw-r--r--nshd.socket10
1 files changed, 10 insertions, 0 deletions
diff --git a/nshd.socket b/nshd.socket
new file mode 100644
index 0000000..2434aa3
--- /dev/null
+++ b/nshd.socket
@@ -0,0 +1,10 @@
+[Unit]
+Description=Name Switch hackers.git Daemon socket
+
+[Socket]
+ListenStream=/var/run/nslcd/socket
+PassCredentials=yes
+PassSecurity=yes
+
+[Install]
+WantedBy=sockets.target