summaryrefslogtreecommitdiff
path: root/man/systemd-tmpfiles.xml
Commit message (Collapse)AuthorAge
* tmpfiles: add --root option to operate on an alternate fs treeMichael Marineau2014-03-14
| | | | | This makes it possible to initialize or cleanup an arbitrary filesystem hierarchy in the same way that it would be during system boot.
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-20
|
* tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek2013-12-30
| | | | | As suggested by Kay, it is better to describe what is done, not what might happen.
* man: improvements to comma placementJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: comma placement.
* tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek2013-12-24
| | | | | | | | | | | | | | | | | | | | | | | | Various operations done by systemd-tmpfiles may only be safely done at boot (e.g. removal of X lockfiles in /tmp, creation of /run/nologin). Other operations may be done at any point in time (e.g. setting the ownership on /{run,var}/log/journal). This distinction is largely orthogonal to the type of operation. A new switch --unsafe is added, and operations which should only be executed during bootup are marked with an exclamation mark in the configuration files. systemd-tmpfiles.service is modified to use this switch, and guards are added so it is hard to re-start it by mistake. If we install a new version of systemd, we actually want to enforce some changes to tmpfiles configuration immediately. This should now be possible to do safely, so distribution packages can be modified to execute the "safe" subset at package installation time. /run/nologin creation is split out into a separate service, to make it easy to override. https://bugzilla.redhat.com/show_bug.cgi?id=1043212 https://bugzilla.redhat.com/show_bug.cgi?id=1045849
* man,units: tmpfiles.d(5) cleanupZbigniew Jędrzejewski-Szmek2013-12-24
| | | | | | | | | Condition for /lib (necessary for split /usr) was missing from the unit. Some changes which were done in tmpfiles.d(5) were not carried over to systemd-tmpfiles(1). Also use markup where possible.
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
| | | | | Among other things this makes sure we always expose a --version command and show it in the help texts.
* tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if ↵Lennart Poettering2013-09-17
| | | | it exists
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* tmpfiles: introduce --exclude-prefixDave Reisner2013-07-24
| | | | | The opposite of --prefix, allows specifying path prefixes which should be skipped when processing rules.
* tmpfiles: support passing --prefix multiple timesDave Reisner2013-07-24
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-02
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* man: link systemd-tmpfiles-setup-dev.serviceUmut Tezduyar2013-04-23
|
* man: reword man page titlesLennart Poettering2012-07-16
| | | | | Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
* man: document unit names in systemd-tmpfiles(8)Lennart Poettering2012-06-27
|
* tmpfiles: print error if basename lookup fails; document it in manpageKay Sievers2012-06-10
|
* man: systemd-tmpfiles - document proper config-file-stack orderKay Sievers2012-06-10
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* tmpfiles: add 'z', like 'Z' but not recursiveMichal Schmidt2011-12-16
|
* tmpfiles: apply chown, chmod for 'Z' entries tooMichal Schmidt2011-12-16
| | | | | If changing ownership or permissions is not desired, they can be configured to '-' or omitted entirely.
* man: document 'Z' in tmpfilesMichal Schmidt2011-12-16
|
* man: Fix command name in systemd-tmpfiles example.Ville Skyttä2011-08-01
|
* man: un-reverse IgnoreOnSnapshot descriptionZbigniew Jędrzejewski-Szmek2011-07-11
| | | | | I think that snapshots & devices are actually _not_ captured in snapshots.
* man: Spelling fixesA. Costa2011-04-23
|
* systemd: document systemd-tmpfilesLennart Poettering2011-02-13