summaryrefslogtreecommitdiffstats
path: root/magicbot.service.dummy
blob: 5d3dd535a962c29e6b85a6550373d32799bac33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
 [Unit]
 2 Description=SlixXMPP service bot
 3 After=network.target ejabberd.service
 4
 5 [Service]
 6 Type=simple
 7 ExecStart=/usr/bin/python3 /path/to/main.py
 8 Restart=on-failure
 9 RestartSec=60s
10 User=nico
11
12 [Install]
13 WantedBy=multi-user.target