chiark / gitweb /
systemctl: move unit action table closer to the functions that use them
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Oct 2014 13:41:42 +0000 (15:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Oct 2014 15:19:31 +0000 (17:19 +0200)
commit2fc9a280cc47f455e7dffd3c4321da3f8ab65a58
tree1920220ea6536d1eefa5575df76ed0cbec0a17b9
parent70ae006b4380ed6a72211ff8aa70aac2ff381a42
systemctl: move unit action table closer to the functions that use them

All other static tables we placed next to the functions that access
them, so let's do this for the unit action table too.
src/systemctl/systemctl.c