Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 23 | -20/+744 |
| | | | | | | 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/+0 |
| | |||||
* | Revert "add systemd services" | Bill Nottingham | 2010-10-14 | 20 | -336/+0 |
| | | | | | | This reverts commit f280984f691e0c3cbca2b31dad7a32a5c66ab51b. This will be reworked a bit and re-added. | ||||
* | add systemd services | Harald Hoyer | 2010-10-05 | 20 | -0/+336 |
| | |||||
* | Fix invocation so that runlevel setting works. (#630914) | Bill Nottingham | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Sett $HOME for single-user mode. (#631590) | Bill Nottingham | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | Require shutdown.target, so that all the explicit references to it work ↵ | Bill Nottingham | 2010-09-08 | 1 | -0/+1 |
| | | | | correctly. (#630935) | ||||
* | prefdm, rc-local, ctrl-alt-del are system defaults. Don't package them ↵ | Bill Nottingham | 2010-09-07 | 2 | -4/+0 |
| | | | | | | otherwise. (#630952) Notably, they cannot be enabled/disabled. They can be overriden via /etc/systemd/system. | ||||
* | Conflict with shutdown, so we don't run systemctl default if shutdown is ↵ | Bill Nottingham | 2010-09-07 | 1 | -1/+1 |
| | | | | invoked. (#630935) | ||||
* | Ignore errors from single-user mode. | Bill Nottingham | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | Add in basic systemd units. | Bill Nottingham | 2010-09-03 | 8 | -0/+164 |
Factor out upstart/systemd/etc. support in the spec properly. |