Re: [systemd-devel] [PATCH v2] systemctl: add edit verb

2014-10-18 Thread Ronny Chevalier
Ignore this one, I rebased, then saved a modification in vim, so the rebase is reverted in the patch. Sorry for the noise. 2014-10-18 18:12 GMT+02:00 Ronny Chevalier : > It helps editing units by either creating a drop-in file, like > /etc/systemd/system/my.service.d/amendments.conf, or by copyin

[systemd-devel] [PATCH v2] systemctl: add edit verb

2014-10-18 Thread Ronny Chevalier
It helps editing units by either creating a drop-in file, like /etc/systemd/system/my.service.d/amendments.conf, or by copying the original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full option is specified. Then it invokes an editor to the related files and daemon-reload is invoked whe