Added ZMQ

This commit is contained in:
Guy Van Sanden 2025-02-18 14:28:51 +01:00
parent fbfc7d9992
commit 6bedd576be

View File

@ -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