blob: 0473ea9fd91f78328b7ae6eced2bd9205f4a40bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Umbrella Matrix Bot
After=network.target umbrella.service
Requires=umbrella.service
[Service]
Type=simple
User=root
ExecStart=/usr/bin/python3 /usr/local/bin/umbrella-bot.py -c /etc/umbrella/bot.conf
Restart=on-failure
RestartSec=10s
StandardOutput=append:/var/log/umbrella/bot.log
StandardError=append:/var/log/umbrella/bot.log
[Install]
WantedBy=multi-user.target
|