mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
8 lines
264 B
SYSTEMD
8 lines
264 B
SYSTEMD
|
[Unit]
|
||
|
Description=Install user level flatpak updates and uninstall unused flatpaks
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/flatpak update --user --assumeyes --noninteractive
|
||
|
ExecStartPost=/usr/bin/flatpak uninstall --user --unused --assumeyes --noninteractive
|