bazzite/system_files/desktop/shared/etc/systemd/system/flatpak-system-install.service

15 lines
339 B
Desktop File

[Unit]
Description=Install System Flatpak on boot
Documentation=https://github.com/ublue-os/endlish-oesque/issues/10
Wants=network-online.target
After=network-online.target
After=bazzite-hardware-setup.service
[Service]
Type=oneshot
ExecStart=/usr/bin/ublue-flatpak-system-install
Restart=on-failure
[Install]
WantedBy=multi-user.target