Move cloudron-system-setup.sh out of installer

Part of #152
This commit is contained in:
Girish Ramakrishnan
2016-12-22 17:18:39 -08:00
parent 103019984b
commit b759b12e90
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ After=cloud-init.service
[Service]
Type=oneshot
ExecStart="/home/yellowtent/box/installer/systemd/cloudron-system-setup.sh"
ExecStart="/home/yellowtent/box/setup/container/cloudron-system-setup.sh"
RemainAfterExit=yes
[Install]