Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370930 Details for
Bug 501860
sys-apps/systemd-210 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't automatically start systemd-networkd
0001-install-Do-not-enable-systemd-networkd-by-default.patch (text/plain), 1.49 KB, created by
Jason A. Donenfeld
on 2014-02-21 03:40:14 UTC
(
hide
)
Description:
Don't automatically start systemd-networkd
Filename:
MIME Type:
Creator:
Jason A. Donenfeld
Created:
2014-02-21 03:40:14 UTC
Size:
1.49 KB
patch
obsolete
>From 9737e1e9b8b628269af9ae2aea34f0bdb8fec3a3 Mon Sep 17 00:00:00 2001 >From: "Jason A. Donenfeld" <Jason@zx2c4.com> >Date: Fri, 21 Feb 2014 04:35:26 +0100 >Subject: [PATCH] install: Do not enable systemd-networkd by default > >systemd-network.service should not be started unless the administrator >runs "systemctl enable systemd-network.service", as it's entirely >unessential and most distributions use their own network management >daemons instead. If some distributions or users choose to use systemd's >built in networking, then it is simple enough to enable. But by default, >it doesn't make sense to waste resources running this when no networks >are configured with it. >--- > Makefile.am | 3 --- > units/systemd-networkd.service.in | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Makefile.am b/Makefile.am >index c71367d..0e4ce72 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -3921,9 +3921,6 @@ systemd_networkd_LDADD = \ > nodist_systemunit_DATA += \ > units/systemd-networkd.service > >-MULTI_USER_TARGET_WANTS += \ >- systemd-networkd.service >- > test_network_SOURCES = \ > src/network/test-network.c \ > src/network/networkd.h \ >diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in >index 835c07d..ca40691 100644 >--- a/units/systemd-networkd.service.in >+++ b/units/systemd-networkd.service.in >@@ -20,3 +20,6 @@ Restart=always > RestartSec=0 > ExecStart=@rootlibexecdir@/systemd-networkd > WatchdogSec=1min >+ >+[Install] >+WantedBy=multi-user.target >-- >1.8.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501860
:
370894
|
370896
| 370930