summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-exchange-httpd.socket
diff options
context:
space:
mode:
Diffstat (limited to 'depo/.config/systemd/user/taler-local-exchange-httpd.socket')
-rw-r--r--depo/.config/systemd/user/taler-local-exchange-httpd.socket15
1 files changed, 15 insertions, 0 deletions
diff --git a/depo/.config/systemd/user/taler-local-exchange-httpd.socket b/depo/.config/systemd/user/taler-local-exchange-httpd.socket
new file mode 100644
index 0000000..96ac2c0
--- /dev/null
+++ b/depo/.config/systemd/user/taler-local-exchange-httpd.socket
@@ -0,0 +1,15 @@
+[Unit]
+Description=Taler Exchange Socket
+PartOf=taler-local-exchange-httpd.service
+
+[Socket]
+ListenStream=/home/depolymerization/.taler/sockets/exchange.sock
+Accept=no
+Service=taler-local-exchange-httpd.service
+SocketMode=0660
+SocketUser=depolymerization
+SocketGroup=depolymerization
+
+
+[Install]
+WantedBy=sockets.target