This commit is contained in:
murmeldin 2025-02-09 01:29:48 +01:00
parent 3f051f4436
commit 5e8ae5d635

View file

@ -2,7 +2,7 @@
# This script can be run to update or newly install
# the systemd services needed for
mkdir $HOME/.config/systemd/user/
mkdir -p $HOME/.config/systemd/user/
cat ../systemd/plenumbot.service > $HOME/.config/systemd/user/Plenum-Bot.service
cat ../systemd/plenumbot.timer > $HOME/.config/systemd/user/Plenum-Bot.timer
chmod 755 $HOME/.config/systemd/user/Plenum-Bot.timer