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