Collection of various systemd unit files
Systemd service and timer unit for Gentoo's eix-sync:
eix-sync.service: Calls Gentoo's/usr/bin/eix-sync -qwith a high nice level and a low IO best-effort scheduling priority.eix-sync.timer: Corresponding timer unit, which calls theeix-sync.servicedaily 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.timerNEXT 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.