aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/cynagora-check.socket.in
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-10-03 17:58:02 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-10-04 16:02:32 +0200
commit9cffedba0dfcf845c34901051d24a4b967ec824d (patch)
treefb648b8c7056cd7f46e0c14589f12c5a857df150 /systemd/cynagora-check.socket.in
parentb5bd40e1e68b739307e20e19d2164c5b370846df (diff)
Move to CYNAGORA
Rename everything to match the new name of cynagora Change-Id: I7e529def486ca5721164b338d2c615996fbc6ca4 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'systemd/cynagora-check.socket.in')
-rw-r--r--systemd/cynagora-check.socket.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/systemd/cynagora-check.socket.in b/systemd/cynagora-check.socket.in
new file mode 100644
index 0000000..fcd6ed1
--- /dev/null
+++ b/systemd/cynagora-check.socket.in
@@ -0,0 +1,15 @@
+[Socket]
+FileDescriptorName=check
+ListenStream=@DEFAULT_SOCKET_DIR@/cynagora.check
+SocketMode=0666
+SmackLabelIPIn=*
+SmackLabelIPOut=@
+
+Service=cynagora.service
+
+[Unit]
+Wants=cynagora.target
+Before=cynagora.target
+
+[Install]
+WantedBy=sockets.target