From b10bd7a92d8112c24e79f49c208cf15e9507872a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 12 Feb 2017 15:36:23 +0000 Subject: [PATCH] Moar fix --- conf/systemd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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