Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id AE9FE2267F2 for <~alpine/users@lists.alpinelinux.org>; Sun, 3 Nov 2024 15:52:45 +0000 (UTC) Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4XhJyg5m8qz9tdc for <~alpine/users@lists.alpinelinux.org>; Sun, 3 Nov 2024 15:52:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1730649163; bh=ftgn6u3RJP0gudapzWV6KpYRVLG1TpI3anozOMznD3c=; h=Subject:From:To:Date:In-Reply-To:References:From; b=fXkx31yOOivgM8+rbKhCsjPBHD1/99tCtODLaPtw46Rrg0qw6E6+/6/QhfWBD13cn wOHuJo2us4YjbUdrpYFQWzeIQEZ+T5JUDNLNfjvUMRiqbY/wzysqZKR6fXJF70HMrI Z6P9bIXP7JFNpHXxPXfTuOTfB3xvNchLGuK6x5uc= X-Riseup-User-ID: 138F34423AD8154FBD01282E8ECC19623809D04D3558F4CBF098F279744C2675 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4XhJyg2jtzzJtMt for <~alpine/users@lists.alpinelinux.org>; Sun, 3 Nov 2024 15:52:43 +0000 (UTC) Message-ID: <138c2430810fd5352245146c38a0e559dfb342e1.camel@riseup.net> Subject: Re: Disable stock networking by editing a file From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Sun, 03 Nov 2024 16:52:39 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Sun, 2024-11-03 at 14:37 +0000, Sertonix wrote: > On Sun, 2024-11-03 at 15:08 +0000, Liam Proven wrote: > > $ doas systemctl disable dhcpcd Hi Liam, Alpine's init isn't systemd ;). >=20 > I don't know what issue you are having but disabling a service can be > done like this: >=20 > $ doas unlink etc/runlevels/default/networkmanager Liam inadvertently didn't kept in mind that systemd doesn't matter. Btw. if systemd had played a role, he for example could have run systemctl from another Linux via systemd-nspawn. Regards, Ralf