From: Ronny Chevalier Date: Wed, 29 Oct 2014 15:22:02 +0000 (+0100) Subject: systemctl: add edit verb X-Git-Tag: v218~206 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d4fb3b1c5ec7a117bd5a36e4591819a64e00136;hp=7d4fb3b1c5ec7a117bd5a36e4591819a64e00136;p=elogind.git 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 ---