Skip to content

Commit edb331d

Browse files
authored
Merge pull request #6204 from shivamkj/rootless-fix
Fix rootless systemd install target
2 parents 3b7fedf + 87fdbed commit edb331d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/systemd/user/buildkit-proxy.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ After=buildkit-proxy.socket
99
ExecStart=/usr/lib/systemd/systemd-socket-proxyd %t/buildkit/rootless
1010

1111
[Install]
12-
WantedBy=multi-user.target
12+
WantedBy=default.target

examples/systemd/user/buildkit.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ NotifyAccess=all
88
ExecStart=rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback /usr/local/bin/buildkitd --addr unix://%t/buildkit/rootless
99

1010
[Install]
11-
WantedBy=multi-user.target
11+
WantedBy=default.target

0 commit comments

Comments
 (0)