summaryrefslogtreecommitdiff
path: root/examples/chat/tlsd-chatroom.service
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chat/tlsd-chatroom.service')
-rw-r--r--examples/chat/tlsd-chatroom.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/chat/tlsd-chatroom.service b/examples/chat/tlsd-chatroom.service
new file mode 100644
index 0000000..3b80c42
--- /dev/null
+++ b/examples/chat/tlsd-chatroom.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=TLSd chatroom
+Requires=nc-chatroom.service
+After=syslog.target
+
+[Service]
+Type=simple
+Environment="PATH=/usr/local/bin/:/usr/bin/"
+ExecStart=/usr/local/bin/tlsd -p 5600 -- fp2alias -a -- tlsd-chat.sh
+User=tlsd
+
+[Install]
+WantedBy=multi-user.target