mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Typo x_x
This commit is contained in:
parent
f1ae2428e2
commit
b3a0b85dc2
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ chown -R $app: /var/log/$app
|
||||||
ynh_use_logrotate --logfile="/var/log/$app/$app-api.log"
|
ynh_use_logrotate --logfile="/var/log/$app/$app-api.log"
|
||||||
ynh_use_logrotate --logfile="/var/log/$app/$app-proxy.log"
|
ynh_use_logrotate --logfile="/var/log/$app/$app-proxy.log"
|
||||||
|
|
||||||
ynh_add_systemd_config --template="api.service" --destination="/etc/systemd/system/piped-api.service"
|
ynh_add_systemd_config --template="api.service" --service="$app-api"
|
||||||
yunohost service add "$app-api" --description="Piped backend API service" --log="/var/log/$app/$app-api.log"
|
yunohost service add "$app-api" --description="Piped backend API service" --log="/var/log/$app/$app-api.log"
|
||||||
|
|
||||||
ynh_add_systemd_config --template="proxy.service" --destination="/etc/systemd/system/piped-proxy.service"
|
ynh_add_systemd_config --template="proxy.service" --service="$app-proxy"
|
||||||
yunohost service add "$app-proxy" --description="Piped HTTP proxy service" --log="/var/log/$app/$app-proxy.log"
|
yunohost service add "$app-proxy" --description="Piped HTTP proxy service" --log="/var/log/$app/$app-proxy.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue