]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: show: use EnvironmentFiles= instead of EnvironmentFile= 8065/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Feb 2018 10:39:30 +0000 (19:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Feb 2018 06:28:02 +0000 (15:28 +0900)
commit009192bb0397c1880586a56513d7054a7761ef01
treed1bb58fbfa75e15a8a063c16fe5d2c79d9ce83ab
parentc7366cf17f8de1da260dd713ef8785d9011dfb4c
systemctl: show: use EnvironmentFiles= instead of EnvironmentFile=

EnvironmentFile= is used in the unit file, but in the dbus,
the related field name is EnvironmentFiles=.
As the other variables, let's use the field name instead of the name
used in the unit file setting.
src/systemctl/systemctl.c