From 4dac8de729a81fe0c70d430a09464e889fd3345d Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 30 Jan 2017 21:56:15 +0100 Subject: [PATCH] Update _common --- scripts/_common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common b/scripts/_common index 53795ec..421f251 100644 --- a/scripts/_common +++ b/scripts/_common @@ -17,7 +17,9 @@ pre_inst_scrumblr() { --ingroup "$app" --system --quiet --shell /bin/bash # Configure init script + pushd $final_path sudo cp ../conf/"$app".service /etc/systemd/system/ + popd sudo systemctl daemon-reload sudo systemctl enable "$app".service }