From d297e86f2217a7a5c1ddd66fea12c9ffa34f180e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 9 Oct 2019 23:01:26 -0700 Subject: Initial import --- mqtt-notify.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mqtt-notify.service (limited to 'mqtt-notify.service') diff --git a/mqtt-notify.service b/mqtt-notify.service new file mode 100644 index 0000000..6a5c7f5 --- /dev/null +++ b/mqtt-notify.service @@ -0,0 +1,11 @@ +[Unit] +Description=MQTT to libnotify IRC notifications +After=network-online.target nss-lookup.target +Wants=network-online.target nss-lookup.target + +[Service] +Type=simple +ExecStart=%h/bin/mqtt-notify.py -c %E/%p/config + +[Install] +WantedBy=default.target -- cgit v1.2.3