diff --git a/conf/systemd.conf b/conf/systemd.conf index 6e3e919..b752ca9 100644 --- a/conf/systemd.conf +++ b/conf/systemd.conf @@ -9,7 +9,7 @@ WorkingDirectory=WEKAN_INSTALL_PATH ExecStart=WEKAN_NODEJS_PATH main.js Environment=NODE_ENV=production Environment=MONGO_URL=mongodb://127.0.0.1:27017/WEKAN_DB_NAME -Environment=ROOT_URL=http://127.0.0.1:WEKAN_PORT/WEKAN_URI PORT=WEKAN_PORT +Environment=ROOT_URL=http://127.0.0.1:WEKAN_PORTWEKAN_URI PORT=WEKAN_PORT User=wekan Restart=on-failure #StartLimitInterval=86400