User Tools

Site Tools


linux:linux_systemd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:linux_systemd [2022/06/22 13:08]
manu
linux:linux_systemd [2025/11/20 16:58] (current)
manu [Manage services with systemd]
Line 3: Line 3:
 Systemd is now used on most Linux distribution:​ Redhat, Suse, Ubuntu... Systemd is now used on most Linux distribution:​ Redhat, Suse, Ubuntu...
  
-By default on opensuse 12.3, NetworkManager doesn'​t automatically starts+https://www.digitalocean.com/​community/​tutorials/​how-to-use-systemctl-to-manage-systemd-services-and-units
  
 ==== List all services ==== ==== List all services ====
Line 387: Line 387:
 </​cli>​ </​cli>​
  
 +Journal config file (2 ways to list it)
 +<cli prompt='#'>​
 +[root@lnx01 system]# cat /​etc/​systemd/​journald.conf
 +[root@lnx01 system]# systemd-analyze cat-config systemd/​journald.conf
 +[Journal]
 +Storage=persistent
 +Compress=yes
 +#Seal=yes
 +#​SplitMode=uid
 +#​SyncIntervalSec=5m
 +#​RateLimitIntervalSec=30s
 +#​RateLimitBurst=10000
 +#​SystemMaxUse=
 +#​SystemKeepFree=
 +#​SystemMaxFileSize=
 +#​SystemMaxFiles=100
 +#​RuntimeMaxUse=
 +#​RuntimeKeepFree=
 +#​RuntimeMaxFileSize=
 +#​RuntimeMaxFiles=100
 +#​MaxRetentionSec=
 +MaxFileSec=1month
 +</​cli>​
  
 ====== Manage service with System V (5) ====== ====== Manage service with System V (5) ======
linux/linux_systemd.1655896112.txt.gz · Last modified: 2022/06/22 13:08 by manu