Skip to content
Snippets Groups Projects
Unverified Commit 608a16fb authored by guinux's avatar guinux Committed by GitHub
Browse files

Merge pull request #393 from kewlfft/fix/systemd

Fix/systemd pamac-mirrorlist timer and service
parents bafa9961 6ff43c15
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ Description=Generate mirrorlist ...@@ -4,3 +4,4 @@ Description=Generate mirrorlist
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/pacman-mirrors -f5 ExecStart=/usr/bin/pacman-mirrors -f5
ExecStartPost=/usr/bin/pacman -Syy
[Unit] [Unit]
Description=Monthly generate mirrorlist Description=Generate mirrorlist every fortnight
[Timer] [Timer]
OnCalendar=monthly OnCalendar=*-*-1,15 0:00:00
RandomizedDelaySec=12h
Persistent=true Persistent=true
[Install] [Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment