mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-15 01:37:01 +05:30
10 lines
292 B
Desktop File
10 lines
292 B
Desktop File
[Unit]
|
|
Description=Telegram notifier service for androidx-release-watcher
|
|
Wants=release-watcher-recent.timer
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/bot/androidx-release-watcher
|
|
ExecStart=/home/bot/androidx-release-watcher/venv/bin/python telegram_notifier.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|