moar debugging

This commit is contained in:
mustard 2025-02-28 00:27:05 +01:00
parent b88992cb13
commit f4573a7d45
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[Unit]
Description=Update user Flatpaks
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak --user update -y

View file

@ -0,0 +1,9 @@
[Unit]
Description=Update user Flatpaks daily
[Timer]
OnCalendar=daily
Persistent=true
[Install]
WantedBy=timers.target