Files
tildes/docker/tell-user-to-reboot-vagrant.sh
Andrew Shu 49f2c09258 Tell user to reboot Docker container after initial provisioning
This is needed so systemd services are properly monitored
by systemctl3.py in the Docker container.

Closes tildes-community/tildes-cf#13

See merge request tildes-community/tildes-cf!4
2025-03-10 22:51:10 -06:00

15 lines
404 B
Bash

#!/bin/sh
echo "*******************************************************************"
echo
echo
echo " If this is the first time provisioning the Docker container,"
echo " PLEASE RESTART THE CONTAINER, so systemd services run properly!"
echo
echo " Run:"
echo
echo " $ vagrant halt && vagrant up --provider=docker"
echo
echo
echo "*******************************************************************"