mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-04-26 12:19:11 +00:00

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
|