From b398527268b0cb2fe7a9143b5ce90131f5670295 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 Jul 2020 11:53:49 -0400 Subject: [PATCH] bitbot_user.service: remove duplicated paths setting WorkingDirectory negates the need for the full path --- docs/systemd/bitbot_user.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/systemd/bitbot_user.service b/docs/systemd/bitbot_user.service index ed8d014b..eb397307 100644 --- a/docs/systemd/bitbot_user.service +++ b/docs/systemd/bitbot_user.service @@ -23,9 +23,9 @@ After=default.target # The %h will be replaced with the user home directory # like /home/bitbot WorkingDirectory=%h/bitbot -ExecStart=/usr/bin/env python3 %h/bitbot/bitbotd -ExecStop=/usr/bin/env python3 %h/bitbot/bitbotctl stop -ExecReload=/usr/bin/env python3 %h/bitbot/bitbotctl reload +ExecStart=/usr/bin/env python3 bitbotd +ExecStop=/usr/bin/env python3 bitbotctl stop +ExecReload=/usr/bin/env python3 bitbotctl reload Restart=always [Install]