Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't conflict with multi-user.target. | Bill Nottingham | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Use systemd versions of these services. | Bill Nottingham | 2010-10-28 | 4 | -86/+0 |
| | |||||
* | Simplify some things with ConditionPathExists. | Bill Nottingham | 2010-10-28 | 4 | -0/+5 |
| | |||||
* | Don't ship our own halt service; systemd handles this natively. | Bill Nottingham | 2010-10-26 | 3 | -57/+0 |
| | | | | We will need to add a halt.local service. | ||||
* | Add autorelabel service. | Bill Nottingham | 2010-10-26 | 1 | -0/+14 |
| | |||||
* | Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly. | Bill Nottingham | 2010-10-26 | 4 | -32/+4 |
| | | | | systemd can do mount & fsck & quota, etc. now. | ||||
* | Use systemd's support for normal swapon; only handle autoswap here.initscripts-9.21.systemd-1 | Bill Nottingham | 2010-10-15 | 1 | -2/+2 |
| | |||||
* | Don't have sysinit be after local-fs, that way lie loops. | Bill Nottingham | 2010-10-15 | 2 | -5/+2 |
| | | | | Assume https://bugs.freedesktop.org/show_bug.cgi?id=30913 will be fixed in systemd. | ||||
* | Adjust for current syntax. | Bill Nottingham | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Add a basic sysint service that is After: local-fs so that sockets still work. | Bill Nottingham | 2010-10-15 | 1 | -0/+13 |
| | | | | This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=30913 | ||||
* | Add split-out bits of rc.sysinit and associated service files. Remove ↵ | Bill Nottingham | 2010-10-15 | 15 | -20/+173 |
| | | | | | | 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. | ||||
* | Reorganize the systemd bits as we'll have scripts to put in /lib/systemd. | Bill Nottingham | 2010-10-14 | 8 | -0/+162 |