aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-readonly.service
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-15/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* systemd/system: symlinks for fedora-* services removedDavid Kaspar [Dee'Kej]2017-10-191-1/+4
| | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package.
* fedora-readonly: Updates for systemd random-seed handlingColin Guthrie2015-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since: commit ef5bfcf668e6029faa78534dfeb2591df854cdef Author: Lennart Poettering <lennart@poettering.net> Date: Tue Sep 17 17:28:35 2013 -0500 backlight,random-seed: move state files into /var/lib/systemd Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. the location for the random-seed file has changed. Since: commit c35b956d34bbb8bb208e49e45de2c103ca11911c Author: Lennart Poettering <lennart@poettering.net> Date: Wed May 15 22:38:51 2013 +0200 units: rework systemd-random-seed-{load,save}.service to be a single service That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit. the service has just been called systemd-random-seed.service
* add systemd-random-seed.service to Before= in fedora-readonly.serviceVáclav Pavlín2013-03-141-1/+1
| | | | (#888615)
* remount-rootfs.service got renamed to systemd-remount-fs.serviceHarald Hoyer2013-03-121-1/+1
|
* Move fedora-readonly to Before=local-fs.targetBill Nottingham2012-05-071-1/+1
|
* Make sure fedora-readonly runs before random seed loading/saving. (#808907)Bill Nottingham2012-04-251-1/+1
|
* Drop StandardInput=tty (#785662)Bill Nottingham2012-01-301-1/+0
|
* Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly.Bill Nottingham2010-10-261-3/+2
| | | | systemd can do mount & fsck & quota, etc. now.
* Add split-out bits of rc.sysinit and associated service files. Remove ↵Bill Nottingham2010-10-151-0/+14
sysinit.service. Based on work by Harald Hoyer (<harald@redhat.com>) sysinit-hack/unhack will be removed once the net hotplug stuff is fixed to not require this.