12 lines
215 B
INI
12 lines
215 B
INI
|
[Unit]
|
||
|
Description=Update Flatpak
|
||
|
After=network-online.target
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/flatpak update --noninteractive --assumeyes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|