Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get systemd's default limits

is there a way to find out the default values of the parameter which are set in the /etc/systemd/system.conf file?

The manual page of systemd-system.conf just says:

When run as system instance systemd reads the configuration file
system.conf, otherwise user.conf. These configuration files contain a
few settings controlling basic manager operations.

The variables are outcommented (in user.conf + system.conf) and the file /etc/security/limits.conf is ignored by systemd.

So, what are the default values? Are they all set to unlimited?

like image 919
Daniel Avatar asked Jan 28 '16 12:01

Daniel


Video Answer


1 Answers

The answer is:

systemctl show

:)

like image 113
Daniel Avatar answered Oct 19 '22 22:10

Daniel