right path
This commit is contained in:
parent
a9da9763c5
commit
68e7e1432f
|
@ -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
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue