summarylogtreecommitdiffstats
path: root/movim.service
diff options
context:
space:
mode:
Diffstat (limited to 'movim.service')
-rw-r--r--movim.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/movim.service b/movim.service
index 6b01739acadf..de54fbbeee3e 100644
--- a/movim.service
+++ b/movim.service
@@ -7,7 +7,7 @@ User=http
WorkingDirectory=/usr/share/webapps/movim
EnvironmentFile=/etc/default/movim
ExecStartPre=/usr/bin/php mud.php db --set
-ExecStart=/usr/bin/php daemon.php $MOVIM_URL $MOVIM_PORT
+ExecStart=/usr/bin/php daemon.php start --url=${MOVIM_URL} --port=${MOVIM_PORT}
Restart=always
[Install]