mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Some conf fix
This commit is contained in:
parent
d533f37c50
commit
71c3650f51
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Type=simple
|
||||||
User=haste
|
User=haste
|
||||||
Group=haste
|
Group=haste
|
||||||
WorkingDirectory=/opt/haste
|
WorkingDirectory=/opt/haste
|
||||||
ExecStart=npm start
|
ExecStart=/usr/bin/npm start
|
||||||
Restart=always
|
Restart=always
|
||||||
Environment=USER=haste HOME=/opt/haste
|
Environment=USER=haste HOME=/opt/haste
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ location PATHTOCHANGE/ {
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}%
|
}
|
||||||
|
|
Loading…
Reference in a new issue