summaryrefslogtreecommitdiffstats
path: root/data/systemd
Commit message (Collapse)AuthorAgeFilesLines
* it is anaconda-shell@.service or we can't build.Ales Kozumplik2011-09-231-1/+1
| | | | see also 6239b2ddc9a595059d20f4672e0140391382a860.
* Remove tmp.mount (systemd handles this for us now)Will Woods2011-09-212-10/+1
|
* Move dependency info into the unit filesWill Woods2011-09-213-12/+4
|
* move anaconda-shell.service to the correct filenameWill Woods2011-09-211-0/+0
|
* make anaconda-shell.service a template, put it on tty2 & hvc1Will Woods2011-09-212-5/+8
| | | | | | We're also passing "-l /bin/bash -o '--login'", which does the no-login thing for us, so we can remove the silly hack where we replace /bin/login with a shell script that runs bash.
* systemd: anaconda.target wants rsyslog.serviceAles Kozumplik2011-09-081-0/+1
| | | | | | Else systemd doesn't start rsyslogd and all the logs get dumped to ttys. Resolves: rhbz#736125
* ConditionKernelCommandLine is a setting for Unit, not Service.Chris Lumens2011-08-101-1/+1
|
* simplify anaconda.target/loader.service requirementsWill Woods2011-08-093-5/+6
| | | | | | | | | A lot of the stuff loader.service currently requires (udev, syslog, dbus, etc.) is started by basic.target, so let's have anaconda.target start after basic.target (much like multi-user.target) and simplify loader.service's requirements. (also, there's no such thing as dbus.target)
* make anaconda-shell.service more like getty@.serviceWill Woods2011-08-091-0/+6
|
* Remove KillMode= from systemd control files.Chris Lumens2011-06-282-2/+0
| | | | | process-group was an old setting that's no longer valid, and the default setting is fine for us.
* Add a python program to record memory usage during installation.Chris Lumens2011-05-163-3/+11
| | | | | | This program only runs during installation if the "debug" command line option is provided. It writes out a /tmp/memory.dat file which can be copied off the system and processed with the provided gnuplot script to display a graph.
* Remove from init.c/loader.c things that systemd does for us.Chris Lumens2011-04-123-5/+14
| | | | | | | * We don't need to populate /dev. * We don't need to mount filesystems. * We don't need to start dbus or udevd. * We don't need to start a shell in multiple places.
* Add the unit files necessary to have systemd start loader.Chris Lumens2011-04-124-0/+59