Haha, read your comment after adding something like:
14 14 * * * uptime -p | grep -qiE "year|month|week|day" && systemctl --user restart qubes-widget@qui-domains.service
… to my user crontab in dom0!
(runs once a day, at a randomly chosen time, and restarts the widget if the system uptime is greater than one day; all invoked commands are in /usr/bin which is by default in the PATH used by cron)
1 Like