15 lines
366 B
Desktop File
15 lines
366 B
Desktop File
[Unit]
|
|
Description=Easy automated syncing between your computers and your MEGA Cloud Drive
|
|
Documentation=https://help.mega.io/installs-apps/desktop-syncing
|
|
BindsTo=labwc-session.target
|
|
After=labwc-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment="QT_QPA_PLATFORM=xcb"
|
|
ExecStartPre=/bin/sleep 15
|
|
ExecStart=/usr/bin/megasync
|
|
|
|
[Install]
|
|
WantedBy=labwc-session.target
|