Skip to content

Commit

Permalink
fix: only run ublue user services for human users (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Juha Uotila <[email protected]>
  • Loading branch information
ledif and inffy authored Feb 10, 2025
1 parent e056702 commit b13fe74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Description=Run
Wants=network-online.target
After=network-online.target ublue-user-setup.service
ConditionUser=!@system

[Service]
Type=oneshot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description=Manage flatpaks
Documentation=https://github.com/ublue-os/endlish-oesque/issues/10
Wants=network-online.target
After=network-online.target
ConditionUser=!@system

[Service]
Type=oneshot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Configure system for current user
ConditionUser=!@system

[Service]
Type=simple
Expand Down

0 comments on commit b13fe74

Please sign in to comment.