mirror of
https://github.com/YunoHost-Apps/eleventy_ynh.git
synced 2024-09-03 18:26:32 +02:00
cleaning
This commit is contained in:
parent
7b3ddc285e
commit
83c07674bc
3 changed files with 0 additions and 4 deletions
|
@ -7,8 +7,6 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment=PATH=__ENV_PATH__
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__INSTALL_DIR__/cmd.js --serve --port=__PORT__ --watch --quiet
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ ynh_script_progression --message="Adding system configurations related to $app..
|
|||
# Create a dedicated NGINX config using the conf/nginx.conf template
|
||||
ynh_add_nginx_config
|
||||
|
||||
env_path="$PATH"
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
|
|||
|
||||
ynh_add_nginx_config
|
||||
|
||||
env_path="$PATH"
|
||||
ynh_add_systemd_config
|
||||
|
||||
yunohost service add $app --description="Simpler site generator" --log="/var/log/$app/$app.log"
|
||||
|
|
Loading…
Reference in a new issue