From 6bedd576bee495dd4da3f19dff91f464b0f59915 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Tue, 18 Feb 2025 14:28:51 +0100 Subject: [PATCH] Added ZMQ --- server/tellme_notifier.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 server/tellme_notifier.service diff --git a/server/tellme_notifier.service b/server/tellme_notifier.service new file mode 100644 index 0000000..acc63b2 --- /dev/null +++ b/server/tellme_notifier.service @@ -0,0 +1,12 @@ +[Unit] +Description=Tellme Notifier +After=network.target + +[Service] +User=tellme +WorkingDirectory=/opt/tellme +ExecStart=notifier.py +Restart=always + +[Install] +WantedBy=multi-user.target