aboutsummarylogtreecommitdiffstats
path: root/megasyncd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'megasyncd@.service')
-rw-r--r--megasyncd@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/megasyncd@.service b/megasyncd@.service
index dc093ce2272a..8bbac701d3fb 100644
--- a/megasyncd@.service
+++ b/megasyncd@.service
@@ -6,7 +6,7 @@ After=local-fs.target network.target
Type=simple
User=%I
EnvironmentFile=/etc/conf.d/megasync.conf
-ExecStart=/usr/bin/bash -c "cd $MEGA_WORK_DIR && /usr/local/bin/megasimplesync $MEGA_LOCAL_DIR $MEGA_REMOTE_DIR"
+ExecStart=/usr/bin/bash -c "cd $MEGA_WORK_DIR && /usr/bin/megasimplesync $MEGA_LOCAL_DIR $MEGA_REMOTE_DIR"
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure