Felhasználói eszközök

Eszközök a webhelyen


systemd

Ez a dokumentum egy előző változata!


/var/run persistency

With the adoption of systemd, there is now a centralized mechanism for the creation of temporary files and directories. A service wishing to use this method can remove mkdir commands in its own startup script and instead place a .conf file in /etc/tmpfiles.d, /run/tmpfiles.d, or /usr/lib/tmpfiles.d, with Ubuntu services seeming to prefer the last option.

The format of these files is the following:

  #Type Path        Mode UID  GID  Age Argument
  d     /run/user   0755 root root 10d -
  L     /tmp/foobar -    -    -    -   /dev/null
systemd.1524553442.txt.gz · Utolsó módosítás: 2018/10/03 13:31 (külső szerkesztés)