X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.snapshot.xml;h=f7688e999829a0860c4451bc96183986c2248f4e;hp=5e73cc6f789ef0e9e0ca7fd3d5a160450313001a;hb=46ba8aae2b82bc5c87ba347e6bf914ecd5e9d51e;hpb=b2c20dd9583eb50e03dfb684ef15e018becc887b diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml index 5e73cc6f7..f7688e999 100644 --- a/man/systemd.snapshot.xml +++ b/man/systemd.snapshot.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -44,7 +44,7 @@ systemd.snapshot - systemd snapshot units + Snapshot unit configuration @@ -64,12 +64,12 @@ dynamically via systemctl snapshot (see systemctl8 - for details) or an equivalent command. When created + for details) or an equivalent command. When created, they will automatically get dependencies on the - currently activated units. They hence act as saved - runtime state of the systemd manager. Later on the + currently activated units. They act as saved + runtime state of the systemd manager. Later on, the user may choose to return to the saved state via - systemctl isolate. They are hence + systemctl isolate. They are useful to roll back to a defined state after temporarily starting/stopping services or similar. @@ -78,9 +78,10 @@ See Also - systemd8, + systemd1, systemctl8, - systemd.unit5 + systemd.unit5, + systemd.directives7