[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