upcheck/upcheck.timer
Eduard Toloza ec818adc10 Fix Dbus error when using the systemd service.
Before it commit you will get a error related to the Dbus activation because the service was trying to call it as root user but in a different session, the error is like 'Error(Dbus(D-Bus error: Server address of type unix was missing argument path or abstract (org.freedesktop.DBus.Error.BadAddress)'.
2019-03-27 02:59:19 -05:00

10 lines
221 B
SYSTEMD

[Unit]
Description=Check for ArchLinux available updates according to OnUnitActiveSec= time, default 1h 30min.
[Timer]
OnBootSec=10min
OnUnitActiveSec=1h 30min
Unit=upcheck.service
[Install]
WantedBy=timers.target