@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cp container-startup.service /etc/systemd/system/
+systemctl enable container-startup.service
+systemctl start container-startup.service
+systemctl status container-startup.service