summaryrefslogtreecommitdiff
path: root/examples/p2p-im/tlsd-im.service
blob: 254fc6db6bd04ac2429621f5c47f6075ba247e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=TLSd P2P IM
Requires=nc-chatroom.service
After=syslog.target

[Service]
Environment="PATH=/usr/local/bin/:/usr/bin/"
ExecStart=/usr/local/bin/tlsd-im.sh
User=tlsd-im

[Install]
WantedBy=multi-user.target