tellme/server/tellme_notifier.service

13 lines
183 B
SYSTEMD
Raw Normal View History

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