linux - Get systemd's default limits -


is there way find out default values of parameter set in /etc/systemd/system.conf file?

the manual page of systemd-system.conf says:

when run system instance systemd reads configuration file system.conf, otherwise user.conf. these configuration files contain few settings controlling basic manager operations. 

the variables outcommented (in user.conf + system.conf) , file /etc/security/limits.conf ignored systemd.

so, default values? set unlimited?

the answer is:

systemctl show 

:)


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -