summaryrefslogtreecommitdiff
path: root/units/systemd-modules-load.service.in
Commit message (Collapse)AuthorAgeFilesLines
* meson: use jinja2 for unit templatesZbigniew Jędrzejewski-Szmek2021-05-191-1/+1
| | | | | | | | | We don't need two (and half) templating systems anymore, yay! I'm keeping the changes minimal, to make the diff manageable. Some enhancements due to a better templating system might be possible in the future. For handling of '## ' — see the next commit.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* units: specify timeouts for more oneshot servicesZbigniew Jędrzejewski-Szmek2015-04-281-0/+1
| | | | | | | | | Even trivial service occasionally get stuck, for example when there's a problem with the journal. There's nothing more annoying that looking at the cylon eye for a job with an infinite timeout. Use standard 90s for jobs that do some work, and 30s for those which should be almost instantenous.
* readahead: wipe out readaheadDaniel Buch2014-09-251-1/+0
|
* units: add the modules-load cmdline parameters to the unit conditionsMichal Schmidt2012-07-251-0/+2
| | | | | | | For 'modules-load=' and 'rd.modules-load=' to be effective, systemd-modules-load.service must be started. It is currently conditional on the existence of config files. Add the presence of the cmdline parameters to the triggering conditions.
* man: add documentation for the binfmt, modules-load, sysctl servicesLennart Poettering2012-05-311-1/+1
|
* units: introduce new Documentation= field and make use of it everywhereLennart Poettering2012-05-211-0/+1
| | | | | | | | | | This should help making the boot process a bit easier to explore and understand for the administrator. The simple idea is that "systemctl status" now shows a link to documentation alongside the other status and decriptionary information of a service. This patch adds the necessary fields to all our shipped units if we have proper documentation for them.
* units: don't try to load kernel modules if CAP_SYS_MODULE is missingLennart Poettering2012-04-221-0/+1
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-2/+2
| | | | | | | | | | | | | | 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.
* binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=Kay Sievers2011-04-301-1/+5
|
* units: move a couple of units from base.target to sysinit.targetLennart Poettering2010-11-191-1/+1
|
* units: use ConditionDirectoryNotEmpty= where applicableLennart Poettering2010-11-151-0/+1
|
* units: make sure we run all early boot units before entering basic.targetLennart Poettering2010-10-071-1/+1
|
* units: add readahead unit filesLennart Poettering2010-09-281-0/+1
|
* units: always enable random-seed, module-load, vconsoleKay Sievers2010-09-211-3/+0
|
* remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering2010-08-201-0/+1
|
* modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering2010-08-191-0/+19
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this