Systemd: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 64: Line 64:


 
 


== Systemd and DNS ==
== Systemd and DNS ==


  resolvectl status
  resolvectl status
===Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found.===
Means systemd-resolved is not running


Restart:
Restart:
Line 74: Line 79:
        
        
        
        


=== Add nameserver ===
=== Add nameserver ===

Revision as of 11:02, 1 February 2022

 

Documentation

(Single user/emergency

Locations

/etc/systemd
/usr/lib/systemd/
/lib/systemd

 


HOWTO

Timers

man systemd.timer

List active timers

systemctl list-timers


List all timers

systemctl list-timers --all

Create timer

systemctl enable fstrim.timer


FAQ

Fix journal size

journalctl --vacuum-time=10d

or

journalctl --vacuum-size=1G

Analyze boot processes

systemd-analyze blame

 

 


Systemd and DNS

resolvectl status

Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found.

Means systemd-resolved is not running


Restart:

systemctl restart systemd-resolved
      
      


Add nameserver

Sacrifice a chicken

 

Flush caches

systemd-resolve --flush-caches

All status

systemctl status -a

syslog spam

https://psyq123.wordpress.com/2015/06/29/if-you-get-a-lot-of-logspam-from-systemd-in-your-varlogsyslog-this-might-help/

list available services

systemctl list-unit-files

or

systemctl list-units

 

normal interface names

net.ifnames=0

Show failed services

systemctl --failed

 

systemd: Started Session

Change loglevel to notice in /etc/systemd/system.conf

systemctl daemon-reexec