1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-08 23:50:55 +01:00
shell-things/etc/systemd/system/flatpak-update.service

8 lines
239 B
SYSTEMD
Raw Normal View History

[Unit]
Description=install flatpak updates and uninstall unused flatpaks
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak update --assumeyes --noninteractive
ExecStartPost=/usr/bin/flatpak uninstall --unused --assumeyes --noninteractive