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 }