paraenggu / systemd-units

Collection of various systemd unit files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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