Certbot Service Update Script
Version vom 8. November 2018, 11:50 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<pre> #!/bin/bash SERVICES="squid stunnel4" if [ start = "$1" ] then #other start stuff : fi for SERVICE in $SERVICES do systemctl $1 $SERVICE done </pre>“)
#!/bin/bash SERVICES="squid stunnel4" if [ start = "$1" ] then #other start stuff : fi for SERVICE in $SERVICES do systemctl $1 $SERVICE done