Difference between revisions of "OpenRC, an alternative to systemd"

m
imported>Aaditya
imported>Aaditya
Line 307: Line 307:
=== Using tmpfs ===
=== Using tmpfs ===


systemd used to set a ''tmpfs'' by default; to set it manually via ''/etc/fstab'', I added the following lines:
systemd used to set a ''tmpfs'' by default; to set it manually via ''/etc/fstab'', the following lines can be added:


  tmpfs /tmp tmpfs  nodev,nosuid          0  0
  tmpfs /tmp tmpfs  nodev,nosuid          0  0
Anonymous user