mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-15 15:47:23 +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)
|
- [Encrypted DNS](#encrypted-dns)
|
||||||
- [`/etc/xdg/autostart`](#etcxdgautostart)
|
- [`/etc/xdg/autostart`](#etcxdgautostart)
|
||||||
- [`aminda-*.{service,socket}`](#aminda-servicesocket)
|
- [`aminda-*.{service,socket}`](#aminda-servicesocket)
|
||||||
|
- [systemd sockets](#systemd-sockets)
|
||||||
- [Remember!](#remember)
|
- [Remember!](#remember)
|
||||||
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
|
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
|
||||||
- [Recovering selinux policy issues](#recovering-selinux-policy-issues)
|
- [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
|
- 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!
|
## Remember!
|
||||||
|
|
||||||
Not quite configuration, but I am not going to start inventing a new place for
|
Not quite configuration, but I am not going to start inventing a new place for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user