summarylogtreecommitdiffstats
path: root/webqqircd.service
blob: 46b5360f919be19c8a68f8a31452babe7764d43b (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=IRC server capable of controlling WebQQ
Documentation=https://github.com/MaskRay/webqqircd
After=network.target

[Service]
ExecStart=/usr/bin/webqqircd --tls-key /etc/webqqircd/key.pem --tls-cert /etc/webqqircd/cert.pem --http-root /usr/share/webqqircd

[Install]
WantedBy=multi-user.target