aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchimede2018-02-11 15:47:10 +0800
committerarchimede2018-02-11 15:47:10 +0800
commit9c4134f0748a79c261860e9bf7fed11ba0ed2291 (patch)
tree9911f490846902d7e0ad4b36c6d60d623bc6c9ca
parentf39b16048e3f625466e9c714eda9e200259888b7 (diff)
downloadaur-9c4134f0748a79c261860e9bf7fed11ba0ed2291.tar.gz
fix service file: the executable has changed location from /usr/local/bin to /usr/bin
-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