mirror of
https://github.com/YunoHost-Apps/ifconfig-io_ynh.git
synced 2024-09-03 20:36:27 +02:00
Update systemd.service
This commit is contained in:
parent
ddc508c6f8
commit
890d7fabae
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ Environment=HOSTNAME=https://__DOMAIN____PATH__
|
||||||
Environment=GIN_MODE=release
|
Environment=GIN_MODE=release
|
||||||
Environment=FORWARD_IP_HEADER=X-Forwarded-For
|
Environment=FORWARD_IP_HEADER=X-Forwarded-For
|
||||||
Environment="__YNH_GO_LOAD_PATH__"
|
Environment="__YNH_GO_LOAD_PATH__"
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/go/src/github.com/georgyo/ifconfig.io
|
||||||
ExecStart=__INSTALL_DIR__/ifconfig.io
|
ExecStart=__INSTALL_DIR__/go/src/github.com/georgyo/ifconfig.io/ifconfig.io
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue