tellme/server/tellme_notifier.service

13 lines
191 B
SYSTEMD
Raw Permalink Normal View History

2025-02-18 14:28:51 +01:00
[Unit]
Description=Tellme Notifier
After=network.target
[Service]
User=tellme
WorkingDirectory=/opt/tellme
2025-02-18 15:23:06 +01:00
ExecStart=python3 notifier.py
2025-02-18 14:28:51 +01:00
Restart=always
[Install]
WantedBy=multi-user.target