mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
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
15 lines
404 B
Bash
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 "*******************************************************************"
|