diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:15:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:17:57 +0000 |
commit | a362312d90c16b2fe4b0ac436ac0e587bfb843e8 (patch) | |
tree | 6cbec1d3ece5935209edc4af25de76882fce608c /lib/container/start | |
parent | Updating list of container shortcut commands. (diff) | |
download | compute-tools-a362312d90c16b2fe4b0ac436ac0e587bfb843e8.tar.xz compute-tools-a362312d90c16b2fe4b0ac436ac0e587bfb843e8.zip |
Removing a few fixmes that are not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'lib/container/start')
-rwxr-xr-x | lib/container/start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/start b/lib/container/start index 925749c..82f9314 100755 --- a/lib/container/start +++ b/lib/container/start @@ -403,7 +403,7 @@ fi case "${SYSTEMCTL}" in true) systemctl start ${PROGRAM}@${NAME}.service - # FIXME start console .. after sleep? + configuration option + exit 0 ;; esac |