summaryrefslogtreecommitdiffstats
path: root/lib/container/start
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container/start')
-rwxr-xr-xlib/container/start2
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