Add service and timer for androidx-release-watcher

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-07-31 17:50:22 +05:30
parent 7ed50631f7
commit ac002ae0cf
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
3 changed files with 40 additions and 2 deletions

View file

@ -0,0 +1,10 @@
[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