summaryrefslogtreecommitdiff
path: root/units/systemd-modules-load.service.in
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Merge v236 into tizensandbox/adrians/upgrade-to-236Adrian Szyndela1-0/+2
Change-Id: Id62f08b8ecf2a909a49e5f93b2f7594b3880ef44
2017-11-19Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek1-0/+2
2017-02-24Set SmackProcessLabel as System.jin-gyu.kim1-0/+1
Change-Id: I37c3c1ee8152f82bf45b50f6e81f7986b62547c1
2015-04-28units: specify timeouts for more oneshot servicesZbigniew Jędrzejewski-Szmek1-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.
2014-09-25readahead: wipe out readaheadDaniel Buch1-1/+0
2012-07-25units: add the modules-load cmdline parameters to the unit conditionsMichal Schmidt1-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.
2012-05-31man: add documentation for the binfmt, modules-load, sysctl servicesLennart Poettering1-1/+1
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering1-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.
2012-04-22units: don't try to load kernel modules if CAP_SYS_MODULE is missingLennart Poettering1-0/+1
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-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.
2011-04-30binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=Kay Sievers1-1/+5
2010-11-19units: move a couple of units from base.target to sysinit.targetLennart Poettering1-1/+1
2010-11-15units: use ConditionDirectoryNotEmpty= where applicableLennart Poettering1-0/+1
2010-10-07units: make sure we run all early boot units before entering basic.targetLennart Poettering1-1/+1
2010-09-28units: add readahead unit filesLennart Poettering1-0/+1
2010-09-21units: always enable random-seed, module-load, vconsoleKay Sievers1-3/+0
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering1-0/+1
2010-08-19modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering1-0/+19
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this