From 7d4fb3b1c5ec7a117bd5a36e4591819a64e00136 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Wed, 29 Oct 2014 16:22:02 +0100 Subject: systemctl: add edit verb It helps editing units by either creating a drop-in file, like /etc/systemd/system/my.service.d/override.conf, or by copying the original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full option is specified. It invokes an editor on temporary files related to the unit files and if the editor exited successfully, then it renames the temporary files to their original names (e.g. my.service or override.conf) and daemon-reload is invoked. If the temporary file is empty the modification is canceled. See https://bugzilla.redhat.com/show_bug.cgi?id=906824 --- man/less-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/less-variables.xml') diff --git a/man/less-variables.xml b/man/less-variables.xml index 09cbd42c2f..0fb4d7fbcf 100644 --- a/man/less-variables.xml +++ b/man/less-variables.xml @@ -6,7 +6,7 @@ Environment - + $SYSTEMD_PAGER Pager to use when @@ -17,7 +17,7 @@ . - + $SYSTEMD_LESS Override the default -- cgit v1.2.3