1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update _common

This commit is contained in:
frju365 2017-01-30 21:56:15 +01:00 committed by GitHub
parent 3ffde04201
commit 4dac8de729

View file

@ -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
}