Skip to content

Commit e34b06a

Browse files
committed
Changed systemd target of rootless docker to default
Signed-off-by: Michael Scheiffler <[email protected]>
1 parent f45d7c1 commit e34b06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootless-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Delegate=yes
228228
Type=simple
229229
230230
[Install]
231-
WantedBy=multi-user.target
231+
WantedBy=default.target
232232
EOT
233233
systemctl --user daemon-reload
234234
fi

0 commit comments

Comments
 (0)