]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: new option --drop-in for specifying drop-in filename
authorMike Yuan <me@yhndnzj.com>
Sat, 17 Dec 2022 13:07:32 +0000 (21:07 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Dec 2022 14:59:11 +0000 (15:59 +0100)
commitf206809b9740aa601c5bb73e80e6ed20fa76ed0f
tree4e9c2792e0901569699c0c02acb509bcd80055ac
parent616b8101b7cf3d31406fa1ec385268cbee81a52b
systemctl: new option --drop-in for specifying drop-in filename

Previously 'systemctl edit' would only operate on
'override.conf', but users may need more than that.
Thus the new option '--drop-in' is added to allow
users to specify the drop-in file name.

Closes #25767
man/systemctl.xml
src/systemctl/systemctl-edit.c
src/systemctl/systemctl.c
src/systemctl/systemctl.h