13 lines
199 B
Desktop File
13 lines
199 B
Desktop File
[Unit]
|
|
Description=Backup to Dropbox
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Nice=19
|
|
IOSchedulingClass=2
|
|
IOSchedulingPriority=7
|
|
ExecStart=/usr/bin/yaourt -B %h/Backup/pacman/
|
|
|
|
[Install]
|
|
WantedBy=timer-weekly.target
|