mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
coreos-base/coreos-init: ensure rpcbind.service is started when other units depend on rpcbind.target
This commit is contained in:
parent
be55a228a3
commit
383b4da26d
@ -31,6 +31,7 @@ REQUIRED_USE="symlink-usr"
|
||||
DEPEND="
|
||||
app-emulation/docker
|
||||
net-misc/openssh
|
||||
net-nds/rpcbind
|
||||
!<dev-db/etcd-0.0.1-r6
|
||||
!coreos-base/oem-service
|
||||
test? ( dev-lang/python:2.7 )
|
||||
@ -49,4 +50,7 @@ src_install() {
|
||||
# Enable some sockets that aren't enabled by their own ebuilds.
|
||||
systemd_enable_service sockets.target sshd.socket
|
||||
systemd_enable_service sockets.target docker.socket
|
||||
|
||||
# Enable some services that aren't enabled elsewhere.
|
||||
systemd_enable_service rpcbind.target rpcbind.service
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user