Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-online committed Jan 21, 2025
1 parent 7540bc5 commit c9a8d2e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[Unit]
Description=Install user-level Flatpak apps on first login
After=default.target
After=network-online.target
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/libexec/flatpak-user-install.sh
RemainAfterExit=yes
TimeoutStartSec=300

[Install]
WantedBy=default.target

0 comments on commit c9a8d2e

Please sign in to comment.