]> git.ipfire.org Git - thirdparty/systemd.git/commit
core,systemctl: add new "systemctl revert" command
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Apr 2016 16:00:36 +0000 (18:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2016 11:43:32 +0000 (13:43 +0200)
commit344ca7556bf6c1c8727c19a0eb8751a27dc0a85f
tree788339c8e2f496c55847e5a5316ad2b0194cf0f1
parentd096025b81db228718a09e8302a0ec403263dcf2
core,systemctl: add new "systemctl revert" command

This allows dropping all user configuration and reverting back to the vendor
default of a unit file. It basically undoes what "systemctl edit", "systemctl
set-property" and "systemctl mask" do.
man/systemctl.xml
src/core/dbus-manager.c
src/core/org.freedesktop.systemd1.conf
src/shared/install.c
src/shared/install.h
src/systemctl/systemctl.c
src/test/test-install-root.c