From 0d706ae72ceefd74053ad6cb0900ecce6cf1f085 Mon Sep 17 00:00:00 2001 From: auric Date: Sat, 21 Feb 2026 11:08:36 -0600 Subject: Add Umbrella 0.1.5 --- clients/umbrella-bot/umbrella-bot.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 clients/umbrella-bot/umbrella-bot.service (limited to 'clients/umbrella-bot/umbrella-bot.service') diff --git a/clients/umbrella-bot/umbrella-bot.service b/clients/umbrella-bot/umbrella-bot.service new file mode 100644 index 0000000..0473ea9 --- /dev/null +++ b/clients/umbrella-bot/umbrella-bot.service @@ -0,0 +1,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 -- cgit v1.2.3