X-Git-Url: https://the.earth.li/gitweb/?p=mqtt-arp.git;a=blobdiff_plain;f=debian%2Fmqtt-arp.service;fp=debian%2Fmqtt-arp.service;h=0040140afeec3d2fa39dba7b43eb25f0089ac395;hp=0000000000000000000000000000000000000000;hb=020e1e071547f1acc368676e7f805892159c84cd;hpb=b6535c2473dcc4ffb2defb3af099ae8519eff1d0 diff --git a/debian/mqtt-arp.service b/debian/mqtt-arp.service new file mode 100644 index 0000000..0040140 --- /dev/null +++ b/debian/mqtt-arp.service @@ -0,0 +1,20 @@ +[Unit] +Description=MQTT ARP watcher +After=network.target + +[Service] +Type=simple +ExecStart=/usr/sbin/mqtt-arp +Restart=on-failure +PrivateTmp=true +ProtectSystem=full +NoNewPrivileges=true +PrivateDevices=true +MemoryDenyWriteExecute=true +ProtectKernelModules=true +ProtectControlGroups=true +RestrictRealtime=true +RestrictNamespaces=true + +[Install] +WantedBy=multi-user.target