right path

This commit is contained in:
murmeldin 2025-01-15 14:25:45 +01:00
parent a9da9763c5
commit 68e7e1432f
2 changed files with 3 additions and 3 deletions

View file

@ -16,4 +16,4 @@ sudo apt update
sudo apt upgrade -y sudo apt upgrade -y
sudo apt install gcc libssl-dev pandoc pkg-config libsqlite3-dev sudo apt install gcc libssl-dev pandoc pkg-config libsqlite3-dev
cargo build --release cargo build --release
./update_or_create_systemd_service.sh sudo ./update_or_create_systemd_service.sh

View file

@ -3,8 +3,8 @@
# This script can be run to update or newly install # This script can be run to update or newly install
# the systemd services needed for # the systemd services needed for
sudo -i sudo -i
cat systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service cat ../systemd/plenumbot.service > /etc/systemd/system/plenumsbot.service
cat systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer cat ../systemd/plenumbot.timer > /etc/systemd/system/plenumsbot.timer
chmod 755 /etc/systemd/system/plenumsbot.timer chmod 755 /etc/systemd/system/plenumsbot.timer
chmod 755 /etc/systemd/system/plenumsbot.service chmod 755 /etc/systemd/system/plenumsbot.service