summaryrefslogtreecommitdiff
path: root/examples/chat/nc-chatroom.service
blob: 8c3f3592ef2f06dc046d8793c497dbefed6373eb (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Ncat chatroom

[Service]
Type=simple
ExecStart=/usr/bin/nc -vl --broker 127.0.0.1 7000
User=nobody

[Install]
WantedBy=multi-user.target