mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
typo
This commit is contained in:
parent
bf0244ab90
commit
6b931e883e
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Wekan, task board
|
||||
Wants=__MOGODB_SERVICENAME__.service
|
||||
After=network.target __MOGODB_SERVICENAME__.service
|
||||
Wants=__MONGODB_SERVICENAME__.service
|
||||
After=network.target __MONGODB_SERVICENAME__.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -134,7 +134,7 @@ ynh_print_info --message="Configuring a systemd service..."
|
|||
|
||||
# Create a dedicated systemd config
|
||||
ynh_replace_string --match_string="__NODEJS_PATH__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service"
|
||||
ynh_replace_string --match_string="__MOGODB_SERVICENAME__" --replace_string="$mongodb_servicename" --target_file="../conf/systemd.service"
|
||||
ynh_replace_string --match_string="__MONGODB_SERVICENAME__" --replace_string="$mongodb_servicename" --target_file="../conf/systemd.service"
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -203,7 +203,7 @@ ynh_print_info --message="Upgrading systemd configuration..."
|
|||
|
||||
# Create a dedicated systemd config
|
||||
ynh_replace_string --match_string="__NODEJS_PATH__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service"
|
||||
ynh_replace_string --match_string="__MOGODB_SERVICENAME__" --replace_string="$mongodb_servicename" --target_file="../conf/systemd.service"
|
||||
ynh_replace_string --match_string="__MONGODB_SERVICENAME__" --replace_string="$mongodb_servicename" --target_file="../conf/systemd.service"
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue