Daniel
Daniel

Reputation: 783

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?

Upvotes: 6

Views: 5274

Answers (1)

Daniel
Daniel

Reputation: 783

The answer is:

systemctl show

:)

Upvotes: 13

Related Questions