From 625ff8ca759c9a93e957f714bbfd44f336d3d2c3 Mon Sep 17 00:00:00 2001 From: Marco Loewe Date: Sat, 22 Oct 2022 19:32:42 +0200 Subject: [PATCH] Added user service and changed update script accordingly --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 6e078b2..658d925 100755 --- a/update.sh +++ b/update.sh @@ -3,4 +3,4 @@ echo 'Updating...' git pull origin master echo 'Finished. Starting bot...' -systemctl restart discord-bot \ No newline at end of file +systemctl --user restart discord-bot