|
|
@@ -31,7 +31,7 @@ setcap CAP_NET_BIND_SERVICE=+eip $INSTALLPATH/MQTTnet.Server |
|
|
|
chmod 644 /etc/systemd/system/mqttnet-server.service |
|
|
|
|
|
|
|
# Check if systemctl exists, does not exist in docker containers |
|
|
|
SCTL=$(which systemct1l >/dev/null; echo $?) |
|
|
|
SCTL=$(which systemctl >/dev/null; echo $?) |
|
|
|
|
|
|
|
if [ "$SCTL" -eq "0" ]; then |
|
|
|
# Reload systemd because of new service file |
|
|
|