Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | Remove snapshot unit type | Zbigniew Jędrzejewski-Szmek | |
Snapshots were never useful or used for anything. Many systemd developers that I spoke to at systemd.conf2015, didn't even know they existed, so it is fairly safe to assume that this type can be deleted without harm. The fundamental problem with snapshots is that the state of the system is dynamic, devices come and go, users log in and out, timers fire... and restoring all units to some state from the past would "undo" those changes, which isn't really possible. Tested by creating a snapshot, running the new binary, and checking that the transition did not cause errors, and the snapshot is gone, and snapshots cannot be created anymore. New systemctl says: Unknown operation snapshot. Old systemctl says: Failed to create snapshot: Support for snapshots has been removed. IgnoreOnSnaphost settings are warned about and ignored: Support for option IgnoreOnSnapshot= has been removed and it is ignored http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html | |||
2014-09-25 | readahead: wipe out readahead | Daniel Buch | |
2013-07-04 | po: add dbus-scope.c to POTFILES.skip | William Giokas | |
2013-06-20 | build-sys: make intltool and distcheck happy | Zbigniew Jędrzejewski-Szmek | |
2012-07-15 | intltool: skip the intermediate file in case it remains, not the source file | Kay Sievers | |
2012-07-02 | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | |
The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | |||
2012-06-07 | systemd-debug-shell: add to POTFILES.skip | Kay Sievers | |
2012-04-12 | move more main systemd parts to core/ | Kay Sievers | |
2012-04-11 | move libsystemd_core.la sources into core/ | Kay Sievers | |
2011-12-31 | hostnamed: move sources to subdirectory | Kay Sievers | |
2011-12-31 | localed: move sources to subdirectory | Kay Sievers | |
2011-12-31 | timedated: move sources to subdirectory | Kay Sievers | |
2011-07-12 | build-sys: fix make distcheck | Lennart Poettering | |