summaryrefslogtreecommitdiff
path: root/units
AgeCommit message (Collapse)Author
2010-09-29units: getty.target is pulled in via /lib these daysLennart Poettering
2010-09-29units: properly terminate readahead collection 10s after bootLennart Poettering
2010-09-29units: get rid of special setup services for /var/run, /var/lock and /tmp, ↵Lennart Poettering
and rely on tmpfiles.d/ instead
2010-09-29units: ship unit file for systemd-tmpfiles by defaultLennart Poettering
2010-09-28units: schedule tmpwatch on idle classLennart Poettering
2010-09-28units: add readahead unit filesLennart Poettering
2010-09-28units: enable mount units by default and hook binary units into base.target ↵Lennart Poettering
instead of sysinit.target, leaving the latter for sysv compatibility
2010-09-22units: add optional tmp.serviceKay Sievers
2010-09-22units: hwclock support for non-UTC must not be in the defaultKay Sievers
2010-09-21units: enable var-run + var-lock service by defaultKay Sievers
2010-09-21units: enable sysctl by defaultKay Sievers
2010-09-21units: enable hwclock by defaultKay Sievers
2010-09-21units: always enable random-seed, module-load, vconsoleKay Sievers
2010-09-21tmpwatch: fix typo and remove [Install]Kay Sievers
2010-09-21units: add default tmpwatch unitsLennart Poettering
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering
2010-09-14prefdm: make sure we start prefdm only after the getty is killedLennart Poettering
2010-09-14units: make sure the file system is writable before we write utmp dataLennart Poettering
2010-09-14units: add generic description for http-daemon.targetLennart Poettering
2010-09-13fedora: don't quit plymouth too earlyMichal Schmidt
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed.
2010-09-10units: pull in syslog.target for synchronization purposes by ↵Lennart Poettering
systemd-logger.service
2010-09-10units: start logger only after syslog is upLennart Poettering
2010-09-10units: we should be able to reach syslog.target even if no logger is enabled ↵Lennart Poettering
at all
2010-09-10units: set working directory to /root for sulogin, since sulogin is crazyLennart Poettering
2010-09-10units: set HOME=/root when running shellsLennart Poettering
2010-09-08units: On Debian Runlevel 2, 3, 4 and 5 are multi-userMichael Biebl
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org>
2010-09-08units: add umount unit files for DebianMichael Biebl
Add unit files to call /etc/init.d/umountnfs.sh stop (network file systems) /etc/init.d/umountfs stop (local file systems) /etc/init.d/umountroot stop ("/" file system) in the right order and hook them up in the umount.target so they are run on shutdown and reboot.
2010-09-06units: make sure we always fully write the utmp dataLennart Poettering
2010-09-06units: Provide separate fsck.target for DebianMichael Biebl
On Debian sysinit is not a single script but a separate runlevel. Split of fsck.target into separate unit file as otherwise we get an unbreakable cycle on shutdown/reboot.
2010-09-06units: Add halt, killall, poweroff and reboot unit files for DebianMichael Biebl
2010-09-03units: don't add shutdown conflicts dep to umount.targetLennart Poettering
2010-09-03target: implicitly shutdown targets on shutdown, so that they are pulled ↵Lennart Poettering
into the final transaction and may be used for synchronization
2010-08-31units: fix a typo in arch's rc-local.service unit fileLennart Poettering
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-30console: rework automatic getty on kernel console logic againLennart Poettering
It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720
2010-08-27var-run: make sure /var/run/user is properly created and labelledLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=627457
2010-08-26units: don't install runlevel links anymore, since thsoe are maintained in ↵Lennart Poettering
/lib now
2010-08-25systemd-remount-api-vfs.service: fix typoKay Sievers
2010-08-25units: fix auto-serial unitLennart Poettering
2010-08-25units: make sure prefdm is automatically respawnedLennart Poettering
2010-08-25units: invoke sulogin instead of /bin/shLennart Poettering
2010-08-25serial: use seperate getty template for serial ttysLennart Poettering
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering
2010-08-20units: add service file that remounts the root file systemLennart Poettering
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering
2010-08-19units: fix After= setting in var-lock.serviceLennart Poettering
2010-08-19modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
2010-08-18units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering
2010-08-18units: add hwclock-load serviceLennart Poettering
2010-08-17units: add generic sysctl/hwclock-save serviceLennart Poettering