summarylogtreecommitdiffstats
path: root/qqbot.service
blob: aef9b3eb403ade26f454e9121053ce3cc31c1bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=QQBot Service
After=network.target
Wants=network.target

[Service]
Type=simple
PIDFile=/var/run/qqbot.pid
ExecStart=/usr/bin/qqbot -b /etc/qqbot -u %i
Restart=on-failure

[Install]
WantedBy=multi-user.target