Sujet : Re: Distros specifically designed for children
De : vallor (at) *nospam* cultnix.org (vallor)
Groupes : comp.os.linux.miscDate : 01. Jun 2025, 07:07:09
Autres entêtes
Message-ID : <ma290dF9te9U2@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
User-Agent : Pan/0.163 (Hmm5; 89a33f9d; Linux-6.15.0)
On 31 May 2025 17:24:23 GMT, rbowman <
bowman@montana.com> wrote in
<
ma0sa6F3ihvU2@mid.individual.net>:
On Sat, 31 May 2025 08:18:06 -0000 (UTC), Lawrence D'Oliveiro wrote:
I don’t edit most of them regularly either. There are lots of different
*nix admin/development things I do, but not frequently enough to have
memorized them. You get used to knowing how and where to look things
up.
Why do you edit them? I'm not disagreeing but I've never had to do so.
The closest I've come is /etc/udev/rules.d.
I've got vague memories of messing around in init.d but that was very
long ago.
I actually created a unit file recently, and it works pretty
darn well:
_ _ _ _ _ _ _
_[/etc/systemd/system]_(
root@xxx)_
# cat policy-routing.service
[Unit]
Description=Apply source-based routing rules
After=network-online.target network.service
Requires=network.service
PartOf=network.service
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/apply-policy-routing.sh
RemainAfterExit=true
ExecReload=/usr/local/sbin/apply-policy-routing.sh
[Install]
WantedBy=multi-user.target
_ _ _ _ _ _ _
-- -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090Ti 24G OS: Linux 6.15.0 D: Mint 22.1 DE: Xfce 4.18 Mem: 258G "File not found. Should I fake it? (Y/N)"