summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
Commit message (Collapse)AuthorAge
* Fix order and document user unit dirsZbigniew Jędrzejewski-Szmek2014-10-02
| | | | Fixup for 718880ba0d 'add a transient user unit directory'.
* man: use the escape for "-" in example instead of space.Michael Marineau2014-09-18
| | | | | | | This sentence can be misread to mean that "\x20" is the escape code for "-" which is the only character explicitly mentioned. This lead to at least one user loosing hair over why a mount unit for "/foo/bar-baz" didn't work. The example escape is arbitrary so lets prevent hair loss.
* man: fix references to systemctl man page which is now in section 1Michael Biebl2014-09-06
| | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760613
* man: two fixes, reported on irc by 'wget'Lennart Poettering2014-09-03
|
* man: document that we look for both the instance's and the template's .d/ ↵Lennart Poettering2014-08-11
| | | | directory when looking for unit file drop-ins.
* man: add systemd-verify(1)Zbigniew Jędrzejewski-Szmek2014-07-20
|
* path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek2014-07-20
| | | | | It can now contain more than one directory, and can be used to only prepend, not totally override, the normal load path.
* systemd-detect-virt: detect s390 virtualizationThomas Blume2014-07-18
| | | | | | | | | | | | | | | | | | | | | | A system that is running on a logical partition (LPAR) provided by PR/SM has access to physical hardware (except CPU). It is true that PR/SM abstracts the hardware, but only for sharing purposes. Details are statet at: http://publib.boulder.ibm.com/infocenter/eserver/v1r2/topic/eicaz/eicazzlpar.htm -->-- In other words, PR/SM transforms physical resources into virtual resources so that many logical partitions can share the same physical resources. --<-- Still, from the OS point of view, the shared virtual resource is real hardware. ConditionVirtualization must be set to false if the OS runs directly on PR/SM (e.g. in an LPAR). [zj: reorder code so that variables are not allocated when #if-def is false. Add commit message.]
* man: mention XDG_DATA_HOME in systemd.unitTanu Kaskinen2014-07-13
|
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-07
| | | | | | | | | | | | | | | | | | | | | | | | It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
* firstboot: get rid of firstboot generator again, introduce ↵Lennart Poettering2014-07-07
| | | | | | | | ConditionFirstBoot= instead As Zbigniew pointed out a new ConditionFirstBoot= appears like the nicer way to hook in systemd-firstboot.service on first boots (those with /etc unpopulated), so let's do this, and get rid of the generator again.
* man: chroot jails are no longer detected by ConditionVirtualization=Lennart Poettering2014-07-07
|
* man: add missing archs to ConditionArchitecture= descriptionLennart Poettering2014-07-07
|
* man: document ConditionNeedsUpdate=Lennart Poettering2014-07-01
|
* doc: grammatical correctionsJan Engelhardt2014-06-28
|
* man: fix typoZbigniew Jędrzejewski-Szmek2014-06-17
|
* install: introduce new DefaultInstance= field for [Install] sectionsLennart Poettering2014-06-17
| | | | | | | | | | | | The DefaultInstance= name is used when enabling template units when only specifying the template name, but no instance. Add DefaultInstance=tty1 to getty@.service, so that when the template itself is enabled an instance for tty1 is created. This is useful so that we "systemctl preset-all" can work properly, because we can operate on getty@.service after finding it, and the right instance is created.
* man: note that entire sections can now be ignoredMichael Marineau2014-05-18
| | | | | Prefixing a section name with "X-" will cause it and all of its contents to be silently ignored as of commit 342aea19.
* doc: comma placement corrections and word orderJan Engelhardt2014-05-07
| | | | | Set commas where there should be some. Some improvements to word order.
* man: document relationship between RequiresMountsFor and noautoZbigniew Jędrzejewski-Szmek2014-04-16
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1088057
* man: mention XDG_CONFIG_HOME in systemd.unitTanu Kaskinen2014-04-12
|
* man: split settings documentaiton in systemd.unit(5) into two sectionsLennart Poettering2014-02-21
|
* man: don't document ".include" in configuration files anymore as first step ↵Lennart Poettering2014-02-21
| | | | to deprecate them one day
* core: add new ConditionArchitecture() that checks the architecture returned ↵Lennart Poettering2014-02-21
| | | | by uname()'s machine field.
* man: document fail/nofail, auto/noautoZbigniew Jędrzejewski-Szmek2013-12-25
| | | | Also s/filesystem/file system/ in a few places.
* man: grammar and wording improvementsJan Engelhardt2013-12-25
| | | | | | | This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files.
* man: improvements to comma placementJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: comma placement.
* man: resolve word omissionsJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: word omissions and word class choice.
* man: reword awkward phraseZbigniew Jędrzejewski-Szmek2013-12-16
|
* core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering2013-12-16
| | | | | | These specifiers require NSS lookups to work, and we really shouldn't do them from PID 1 hence. With this change they are now only supported for user systemd instance, or when the configured user for a unit is root.
* man: remove advice to avoid setting the same var more than onceZbigniew Jędrzejewski-Szmek2013-12-14
| | | | | | So far the compatibility with .desktop settings hasn't been imporant at all, and we do not want people to write convoluted unit files.
* man: explicitly say when multiple units can be specifiedZbigniew Jędrzejewski-Szmek2013-11-30
| | | | | | itistoday> how do you specify multiple dependencies in a unit file? i've been googling and can't find this basic thing :-\ itistoday> do you use a comma, or use multiple After= statements?
* service: add the ability for units to join other unit's PrivateNetwork= and ↵Lennart Poettering2013-11-27
| | | | PrivateTmp= namespaces
* systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering2013-11-26
| | | | Also, expose the new "flush" job mode this way.
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= ↵Lennart Poettering2013-11-26
| | | | setting and make use of it where applicable
* man: wording and grammar updatesJan Engelhardt2013-10-15
| | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
* core: drop some out-of-date references to cgroup settingsLennart Poettering2013-09-26
|
* 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)
* systemd.unit(5): clarify the Description= contentsMichael Stapelberg2013-08-14
|
* man: reowrk list of documented unit search pathsLennart Poettering2013-07-29
| | | | | | | The generator paths are internal implementation details, they should not be documented explicitly. We should document where private user units are found however.
* man: there is no session mode, only user modeLennart Poettering2013-07-29
|
* man: link up scope+slice units from systemd.unit(5)Lennart Poettering2013-07-29
|
* man: systemd.unit: fix volatile pathBrandon Philips2013-07-27
| | | | | The volatile path was '/run/systemd/systemd' when it should be '/run/systemd/system'. Fix.
* man: wording and grammar updatesJan Engelhardt2013-07-21
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-19
|
* detect-virt: detect User-Mode LinuxRamkumar Ramachandra2013-07-16
| | | | | | | | | | | | | | | | | | | | In a User-Mode Linux session: $ systemd-detect-virt none Although it is possible to reliably detect virtualization: $ cat /proc/cpuinfo processor : 0 vendor_id : User Mode Linux model name : UML mode : skas host : Linux kytes 3.11.0-rc1-00009-ge5fd680 (...) bogomips : 7007.43 So, grep for the string "\nvendor_id\t: User Mode Linux\n" in /proc/cpuinfo, and say "uml" when asked.
* man: tweak WantedBy=/RequiredBy= description a bitZbigniew Jędrzejewski-Szmek2013-07-13
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55663
* man: use <literal> not <filename> for suffixesZbigniew Jędrzejewski-Szmek2013-07-12
| | | | | | | Especially sentences like "filename ends in .suffix" are easier to parse if the suffix is surrounded by quotes. In sentences like "requires a .service unit", where the suffix is used as a class designation, there is no need to use quotes.
* man: more grammar improvementsJan Engelhardt2013-07-03
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-02
|