Skip to content

paraenggu/systemd-units

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

systemd-units

Collection of various systemd unit files

eix-sync service and timer unit

Systemd service and timer unit for Gentoo's eix-sync:

  • eix-sync.service: Calls Gentoo's /usr/bin/eix-sync -q with a high nice level and a low IO best-effort scheduling priority.
  • eix-sync.timer: Corresponding timer unit, which calls the eix-sync.service daily at 09:00

Manually start eix-sync via systemctl start eix-sync or install the timer unit:

systemctl enable eix-sync.timer
systemctl start eix-sync.timer

systemctl list-timers eix-sync.timer
NEXT                         LEFT     LAST                         PASSED       UNIT           ACTIVATES
Mon 2017-01-16 09:00:00 CET  21h left Son 2017-01-15 10:21:52 CET  1h 35min ago eix-sync.timer eix-sync.service

1 timers listed.

About

Collection of various systemd unit files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published