summarylogtreecommitdiffstats
path: root/autopass.socket
diff options
context:
space:
mode:
authorJoakim Repomaa2019-11-15 16:00:18 +0100
committerJoakim Repomaa2019-11-15 16:00:18 +0100
commit1158180226b23d9a4c56b8c83400d215a61cb186 (patch)
treecc1157b8862b64c996b6992d716d12eebfb30f73 /autopass.socket
parenta4b311c66ffe61143e56d7c1a35e01a3b470e92d (diff)
downloadaur-autopass.cr-git.tar.gz
add systemd socket activation socket and service units
Diffstat (limited to 'autopass.socket')
-rw-r--r--autopass.socket9
1 files changed, 9 insertions, 0 deletions
diff --git a/autopass.socket b/autopass.socket
new file mode 100644
index 000000000000..188e39351b79
--- /dev/null
+++ b/autopass.socket
@@ -0,0 +1,9 @@
+[Unit]
+Description=Socket activation for autopass
+
+[Socket]
+ListenFIFO=%t/autopass.fifo
+SocketMode=0600
+
+[Install]
+WantedBy=default.target