chiark / gitweb /
systemctl: hook up new install logic
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2011 02:58:02 +0000 (04:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2011 02:58:02 +0000 (04:58 +0200)
commit729e3769c32242bbba26ea96900be005d52ce438
treea8a6234044790254e3834e1e67971df93613b918
parent4b7a6af440ee1a957fd8fe1c6ca3b7f310fdf77c
systemctl: hook up new install logic

This adds a number of new options to systemctl, for presets, reenabling,
masking/unmask, and runtime operations.
Makefile.am
TODO
man/systemctl.xml
src/dbus-manager.c
src/hashmap.c
src/install.c
src/org.freedesktop.systemd1.conf
src/pager.c
src/spawn-agent.c [new file with mode: 0644]
src/spawn-agent.h [new file with mode: 0644]
src/systemctl.c