diff --git a/Install-and-Update.md b/Install-and-Update.md index cc3fd24..a2b647a 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -199,6 +199,7 @@ Add to to /etc/systemd/system/wekan@.service ```bash ; see `man systemd.unit` for configuration details ; the man section also explains *specifiers* `%x` +; update with username below [Unit] Description=Wekan server %I @@ -218,10 +219,10 @@ RestartSec=10 StandardOutput=syslog StandardError=syslog SyslogIdentifier=Wekan -User=username -Group=username +User= +Group= Environment=NODE_ENV=production -Environment=PWD=/home/username/repos/wekan/.build/bundle +Environment=PWD=/home//repos/wekan/.build/bundle Environment=PORT=3000 Environment=HTTP_FORWARDED_COUNT=1 Environment=MONGO_URL=mongodb://127.0.0.1:27017/admin