mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-07-18 11:27:24 +02:00
n/essentialsoftware: systemd sockets recap
This commit is contained in:
parent
c9487b053a
commit
1537f9f1c1
@ -51,6 +51,7 @@ _{{ page.excerpt }}_
|
||||
- [Encrypted DNS](#encrypted-dns)
|
||||
- [`/etc/xdg/autostart`](#etcxdgautostart)
|
||||
- [`aminda-*.{service,socket}`](#aminda-servicesocket)
|
||||
- [systemd sockets](#systemd-sockets)
|
||||
- [Remember!](#remember)
|
||||
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
|
||||
- [Recovering selinux policy issues](#recovering-selinux-policy-issues)
|
||||
@ -553,6 +554,18 @@ don't forget `/etc/sysctl.d`
|
||||
|
||||
- https://codeberg.org/Aminda/shell-things/src/branch/cxefa/etc/systemd/system
|
||||
|
||||
### systemd sockets
|
||||
|
||||
Starting services on-demand rather than keeping them on all the time. Some of
|
||||
these are already on this page, but to recap and have them all in one place:
|
||||
|
||||
```bash
|
||||
# User services or sockets
|
||||
sudo systemctl --global enable foot-server.socket
|
||||
# System sockets
|
||||
sudo systemctl enable --now ssh.socket sshd.socket avahi-daemon.socket systemd-oomd.socket oidentd.socket
|
||||
```
|
||||
|
||||
## Remember!
|
||||
|
||||
Not quite configuration, but I am not going to start inventing a new place for
|
||||
|
Loading…
x
Reference in New Issue
Block a user