Add cron to basic services
This commit is contained in:
parent
bfd15b9eef
commit
728ad4f4ec
2
basic.sh
2
basic.sh
@ -43,7 +43,7 @@ cp ${SOURCE_DIR}/usr/local/bin/portal-app-manager /usr/local/bin/portal-app-mana
|
||||
cp -r ${SOURCE_DIR}/srv/portal /srv/portal
|
||||
|
||||
# Configure services
|
||||
for SERVICE in docker nginx postfix sshd; do
|
||||
for SERVICE in crond docker nginx postfix sshd; do
|
||||
rc-update add ${SERVICE} boot
|
||||
service ${SERVICE} start
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user