summaryrefslogtreecommitdiff
path: root/units/fedora
AgeCommit message (Collapse)Author
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-14units: don't require tty in rc-local.serviceLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623802
2010-08-14units: X 1.8 doesn't need HAL anymore, so avoid synchronization on thatLennart Poettering
2010-08-14units: make sure plymouth shutdown screen is shown before we kill all ↵Lennart Poettering
processes/shut down
2010-08-13service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one".
2010-08-13unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering
2010-08-12unit: move prefdm after livesysLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623561
2010-08-12plymouth: call plymouth quit before running the getty, not afterLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623430
2010-08-11unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵Lennart Poettering
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both.
2010-08-10unit: hook plymouth into the bootLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=619922
2010-08-10units: ignore exit codes of killall scriptsLennart Poettering
2010-08-10units: make sure that killall does not wait for the ttyLennart Poettering
2010-08-05units: always send HUP when dealing with shells/gettys/loginsLennart Poettering
2010-08-04reboot: don't wait for input ttyLennart Poettering
2010-08-03units: add conflicts between prefdm and getty@tty1 to avoid race for tty1Lennart Poettering
2010-07-21exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering
seperate arguments
2010-07-13units: update other distro units to recent fedora changesLennart Poettering
2010-07-13units: fix ordering problemLennart Poettering
2010-07-13units: rely only on isolate to remove running services when entering ↵Lennart Poettering
rescue/emergency modes
2010-07-13units: add missing unitsLennart Poettering
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵Lennart Poettering
jobs due to the impact minimizer
2010-07-10units: turn shutdown dependencies from Requires into Wants to make things a ↵Lennart Poettering
bit more robust
2010-07-09units: connect shutdown scripts explicitly with the tty, because native ↵Lennart Poettering
units now default to /dev/null stdout otherwise
2010-07-07units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering
repeated lines
2010-07-03units: update shipped unit files for DefaultDependencies=Lennart Poettering
2010-06-18unit: add [Install] section to various service filesLennart Poettering
2010-06-07units: shut down sysinit service on shutdownLennart Poettering
2010-06-02units: make sure that rc-local.service is run before the getty on tty1, so ↵Lennart Poettering
that they don't fight for tty access
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-06-02units: tear down sys-kernel-security.automount automount point on shutdownLennart Poettering
2010-05-21units: mark a couple of services as OnlyByDependencyLennart Poettering
2010-05-20fedora: make sure both prefdm and rc-local depend on base.target properlyLennart Poettering
2010-05-20fedora: remove automount points before we go downLennart Poettering
2010-05-20fedora: we must call the halt script with a symlink of reboot for rebootingLennart Poettering
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-19load-fragment: add support for overriding argv[0] in parsed command linesLennart Poettering
2010-05-18units: synchronize with shutdown.targetLennart Poettering
2010-05-18units: fix execution environment for a few servicesLennart Poettering
2010-05-17units: fix commentingLennart Poettering
2010-05-17units: add distribution-specific unitsLennart Poettering