aboutsummarylogtreecommitdiffstats
path: root/megasyncd@.service
blob: dc093ce2272a59f39831572cd424a97d22f219a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Mega sync client
After=local-fs.target network.target

[Service]
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"
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartSec=30s

[Install]
WantedBy=multi-user.target