mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
restart?
This commit is contained in:
parent
0af67b58da
commit
0ba0a14ee9
1 changed files with 4 additions and 2 deletions
|
@ -50,14 +50,16 @@ ynh_install_extra_app_dependencies \
|
|||
ynh_script_progression --message="Adding a configuration file..." --weight=2
|
||||
# customize couchdb config
|
||||
ynh_add_config --template="../conf/couch_ynh.ini" --destination="/opt/couchdb/etc/local.d/couch_ynh.ini"
|
||||
# restart couchdb to pick up changes
|
||||
systemctl restart couchdb
|
||||
|
||||
# @@ todo need to create a couchdb user and set the files to be readable/executable by it
|
||||
chmod 750 "$install_dir"
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R "$app:$app" "$install_dir"
|
||||
|
||||
# restart couchdb to pick up changes
|
||||
systemctl restart couchdb
|
||||
systemctl status couchdb
|
||||
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
# would this work? couchdb brings its own systemd.service...
|
||||
# ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
|
Loading…
Reference in a new issue