Added service and timer to dl packages hourly
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
2e34130236
commit
c13916c1f5
3 changed files with 23 additions and 0 deletions
|
@ -92,6 +92,12 @@ dotfiles:
|
|||
f_ignore:
|
||||
src: .ignore
|
||||
dst: /.ignore
|
||||
f_pacman-dl.service:
|
||||
src: etc/systemd/system/pacman-dl.service
|
||||
dst: /etc/systemd/system/pacman-dl.service
|
||||
f_pacman-dl.timer:
|
||||
src: etc/systemd/system/pacman-dl.timer
|
||||
dst: /etc/systemd/system/pacman-dl.timer
|
||||
profiles:
|
||||
locale:
|
||||
dotfiles:
|
||||
|
@ -126,6 +132,8 @@ profiles:
|
|||
- f_sleep.conf
|
||||
- f_fstab
|
||||
- f_ignore
|
||||
- f_pacman-dl.service
|
||||
- f_pacman-dl.timer
|
||||
include:
|
||||
- locale
|
||||
- pacman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue