summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-30 11:30:51 +0200
committerSimon Rettberg2015-09-30 11:30:51 +0200
commite9cdf1e5abce0f4933b9ab8830521d56e1073861 (patch)
treed98abd32756c7ffc112608aeaedd87a951247c37 /scripts
parent[MountVmStore] Timeout quicker, return exit code in status (diff)
downloadtmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.tar.gz
tmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.tar.xz
tmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.zip
[Https] Increase timeouts, use systemctl fort restart
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-https2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-https b/scripts/install-https
index cfefe8b..f31271a 100755
--- a/scripts/install-https
+++ b/scripts/install-https
@@ -72,7 +72,7 @@ case "$OP" in
;;
esac
-service lighttpd restart
+systemctl restart lighttpd
exit 0