summaryrefslogtreecommitdiff
path: root/pcr/mosquitto/mosquitto.service
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-23 11:43:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-23 11:43:58 -0500
commita77a551daa6f26572780ac14b944eb9901c2a178 (patch)
treedd28b097024e63e41bc4a39508503d564ecfb80c /pcr/mosquitto/mosquitto.service
parent8c9d16dca525b75bd33b368ff24e1f469db6157a (diff)
downloadabslibre-a77a551daa6f26572780ac14b944eb9901c2a178.tar.gz
abslibre-a77a551daa6f26572780ac14b944eb9901c2a178.tar.bz2
abslibre-a77a551daa6f26572780ac14b944eb9901c2a178.zip
Removing mosquitto: This package is in [community] repo
Diffstat (limited to 'pcr/mosquitto/mosquitto.service')
-rw-r--r--pcr/mosquitto/mosquitto.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/mosquitto/mosquitto.service b/pcr/mosquitto/mosquitto.service
deleted file mode 100644
index 9a0a7eca8..000000000
--- a/pcr/mosquitto/mosquitto.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-ConditionPathExists=/etc/mosquitto/mosquitto.conf
-Requires=network.target
-
-[Service]
-Type=forking
-ExecStartPre=/usr/bin/rm -f /run/mosquitto.pid
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf -d
-ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/run/mosquitto.pid
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-