2017-05-30 14:53:47 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
|
|
|
|
Documentation=man:mosquitto.conf(5) man:mosquitto(8)
|
|
|
|
|
|
|
|
[Service]
|
2021-10-07 21:27:48 +02:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2017-05-30 14:53:47 +02:00
|
|
|
Type=simple
|
|
|
|
User=mosquitto
|
|
|
|
Group=mosquitto
|
|
|
|
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|