mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
11 lines
285 B
Desktop File
11 lines
285 B
Desktop File
[Unit]
|
|
Description=Unison backup sync
|
|
Documentation=https://www.cis.upenn.edu/~bcpierce/unison/docs.html
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/unison main -fat -ignorearchives -batch -root "/run/media/%u/Seagate Backup Plus Drive" -links true
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|