mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-08 00:19:00 +00:00
10 lines
218 B
SYSTEMD
10 lines
218 B
SYSTEMD
![]() |
[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
|