13 lines
199 B
SYSTEMD
13 lines
199 B
SYSTEMD
|
[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
|