From 7a6ebd6381729c826a60abeb050661b6ce1c203d Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 30 Dec 2023 01:37:16 +0100 Subject: [PATCH] Release Candidate 2.2.0-rc.3 (Fix Debian binary location in systemd file) --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/aob-lemmy-bot.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abb3dbf..289c284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "aob-lemmy-bot" -version = "2.2.0-rc.2" +version = "2.2.0-rc.3" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index 31b333c..189c69c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "aob-lemmy-bot" -version = "2.2.0-rc.2" +version = "2.2.0-rc.3" edition = "2021" description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club" license = "GPL-3.0-or-later" diff --git a/debian/aob-lemmy-bot.service b/debian/aob-lemmy-bot.service index bc76f45..0ac216e 100644 --- a/debian/aob-lemmy-bot.service +++ b/debian/aob-lemmy-bot.service @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=simple -ExecStart=/usr/local/bin/aob-lemmy-bot +ExecStart=/usr/bin/aob-lemmy-bot Restart=always RestartSec=3