Commit 868e51b0 authored by jan.koester's avatar jan.koester
Browse files

test

parent 72878271
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -40,12 +40,6 @@ case "$1" in

        # Setup nspawn container rootfs
        /usr/lib/blogi/container-setup.sh

        # Enable and start container-setup and blogi services
        if [ -d /run/systemd/system ]; then
            systemctl daemon-reload
            systemctl enable blogi-container-setup.service blogi.service
        fi
        ;;
esac