From d0f33415f254cb2fee06fd89f9cfed4535322f37 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 21 Mar 2014 03:22:19 +0000 Subject: Fri Mar 21 03:19:28 UTC 2014 --- pcr/mosquitto/mosquitto.service | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 pcr/mosquitto/mosquitto.service (limited to 'pcr/mosquitto/mosquitto.service') diff --git a/pcr/mosquitto/mosquitto.service b/pcr/mosquitto/mosquitto.service deleted file mode 100644 index 9626cbc45..000000000 --- a/pcr/mosquitto/mosquitto.service +++ /dev/null @@ -1,22 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Mosquitto MQTT Broker daemon -ConditionPathExists=/etc/mosquitto/mosquitto.conf -Requires=network.target - -[Service] -Type=forking -ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf -d -ExecStartPre=/usr/bin/rm -f /run/mosquitto.pid -PIDFile=/run/mosquitto.pid -Restart=on-abort - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.3-54-g00ecf