1
0

enable service on every boot

Este cometimento está contido em:
AJ ONeal 2017-04-20 23:50:59 -06:00
ascendente 7f597eb68e
cometimento 2f6c027ef5

Ver ficheiro

@ -379,6 +379,7 @@ CADDY_EOF
$sudo_cmd systemctl stop caddy.service >/dev/null 2>/dev/null
$sudo_cmd systemctl daemon-reload
$sudo_cmd systemctl start caddy.service
$sudo_cmd systemctl enable caddy.service
echo "caddy started with systemctl"