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:
parent
3ffde04201
commit
4dac8de729
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@ pre_inst_scrumblr() {
|
||||||
--ingroup "$app" --system --quiet --shell /bin/bash
|
--ingroup "$app" --system --quiet --shell /bin/bash
|
||||||
|
|
||||||
# Configure init script
|
# Configure init script
|
||||||
|
pushd $final_path
|
||||||
sudo cp ../conf/"$app".service /etc/systemd/system/
|
sudo cp ../conf/"$app".service /etc/systemd/system/
|
||||||
|
popd
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl enable "$app".service
|
sudo systemctl enable "$app".service
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue