This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
-
ExecStartPre=/bin/mkdir -m 740 -p /var/log/mosquitto /bin/chown mosquitto /var/log/mosquitto /bin/mkdir -m 740 -p /run/mosquitto /bin/chown mosquitto /run/mosquitto
-
ExecStartPre=/bin/mkdir -m 740 -p /var/log/mosquitto /bin/chown mosquitto:mosquitto /var/log/mosquitto /bin/mkdir -m 740 -p /run/mosquitto /bin/chown mosquitto:mosquitto /run/mosquitto
-
Group=mosquitto
-
NoNewPrivileges
Introduced in systemd 239=yes -
NotifyAccess=main
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
RestrictRealtime
Introduced in systemd 231=yes -
Type=notify
-
Type=simple
-
User=mosquitto
-
-
[Unit]
-
After=network.target
-
Description=Mosquitto MQTT Broker
-
Description=Mosquitto MQTT Broker daemon
-
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
-
Documentation=man:mosquitto.conf(5) man:mosquitto(8)
-
Requires=network.target
-
Wants=network.target
-
Additionnal notes
Nothing here.