From: Christian Heller Date: Sat, 15 Dec 2018 01:21:40 +0000 (+0100) Subject: Start pull_website timer at end of setup_web script. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=203d3867d9bf69f089005200ee3f9f3a60145d30 Start pull_website timer at end of setup_web script. --- diff --git a/all_new_2018/setup_web.sh b/all_new_2018/setup_web.sh index 661aa74..e046da7 100755 --- a/all_new_2018/setup_web.sh +++ b/all_new_2018/setup_web.sh @@ -11,3 +11,4 @@ apt -y -o Dpkg::Options::=--force-confold install nginx gitweb fcgiwrap mkdir /var/public_repos chown plom:plom /var/public_repos iptables-restore /etc/iptables/rules.v4 +systemctl start pull_website.timer