aboutsummarylogtreecommitdiffstats
path: root/megasyncd.service
diff options
context:
space:
mode:
Diffstat (limited to 'megasyncd.service')
-rw-r--r--megasyncd.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/megasyncd.service b/megasyncd.service
deleted file mode 100644
index 30776cc9faa2..000000000000
--- a/megasyncd.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Mega sync client
-After=local-fs.target network.target
-
-[Service]
-Type=simple
-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"
-ExecReload=/bin/kill -HUP $MAINPID
-KillMode=process
-Restart=on-failure
-RestartSec=30s
-
-[Install]
-WantedBy=multi-user.target
-