mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
Update systemd.service
This commit is contained in:
parent
5d24e110a7
commit
7ac2dbd217
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__FINALPATH__/beehive --config __FINALPATH__/beehive.conf
|
ExecStart=__FINALPATH__/beehive --config __FINALPATH__/beehive.conf -bind "127.0.0.1:__PORT__" -canonicalurl "https://__DOMAIN__"
|
||||||
#-bind "127.0.0.1:__PORT__" -canonicalurl "https://__DOMAIN__"
|
|
||||||
Restart=always
|
Restart=always
|
||||||
#StandardOutput=/var/log/__APP__/__APP__.log
|
#StandardOutput=/var/log/__APP__/__APP__.log
|
||||||
#StandardError=/var/log/__APP__/__APP__.log
|
#StandardError=/var/log/__APP__/__APP__.log
|
||||||
|
|
Loading…
Reference in a new issue