mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 22:57:54 +00:00
d117f30281
I've also changed the target of zsh to its appropriate location according to the XDG Base Directory specs so that's neat.
10 lines
218 B
Desktop File
10 lines
218 B
Desktop File
[Unit]
|
|
Description=Backup with Unison
|
|
|
|
[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
|