summaryrefslogtreecommitdiff
path: root/src/special.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering1-1/+1
2012-01-06special: fix name of journal socket unitLennart Poettering1-1/+1
2012-01-05execute: talk directly to the journald, instead to the stdout-syslog-bridgeLennart Poettering1-1/+1
2011-10-11units: introduce local-fs-pre.target and remote-fs-pre.targetLennart Poettering1-0/+2
This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems.
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering1-1/+1
2011-04-06units: rename rtc-set.target to time-sync.target and pull it in by ↵Lennart Poettering1-1/+1
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service.
2011-03-18mount: pull in quota services from local mountpoints with usr/grpquota optionsAndrey Borzenkov1-0/+1
2011-03-18syslog: rework syslog detection so that we need no compile-time option what ↵Lennart Poettering1-6/+9
the name of the syslog implementation is
2011-03-18special: get rid of dbus.targetLennart Poettering1-17/+20
2011-03-15getty: move automatic serial getty logic into generatorLennart Poettering1-2/+0
2010-11-22swap: order file-based swap devices after remount-rootfsLennart Poettering1-0/+1
2010-10-20mount: pull in quotacheck.service, not quotacheck.targetLennart Poettering1-1/+1
2010-10-19fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵Lennart Poettering1-1/+2
root dir
2010-10-14manager: hookup shutdown helper and signalsLennart Poettering1-1/+2
2010-09-13service: translate 'httpd' LSB Provides into '$httpd' on FedoraLennart Poettering1-0/+1
2010-09-01dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering1-0/+1
2010-08-30console: rework automatic getty on kernel console logic againLennart Poettering1-0/+2
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-17emacs: disable tabs in .h files, tooLennart Poettering1-1/+1
2010-08-06units: split fsck.target from sysinit.target for suse compatLennart Poettering1-0/+1
2010-07-12units: introduce emergency.targetLennart Poettering1-1/+1
2010-07-10units: introduce umount.target for unmounting all file systemsLennart Poettering1-0/+1
2010-07-10build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering1-3/+0
file is now shipped upstream dbus
2010-07-03unit: add DefaultDependencies= settingLennart Poettering1-0/+2
In order to simplify writing of unit files introduce default dependencies that are added to all units unless explictly disabled in a unit. This option can be switched off for select units that are involved in early boot-up ot late system shutdown, This should simplify service files for most normal daemons, but breaks existing service files for software involved in early boot (notably udev), which need to be updated for a DefaultDependencies=no setting)
2010-06-18systemctl: add verbs for special unitsLennart Poettering1-0/+73