mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-15 19:07:01 +05:30
Add service and timer for androidx-release-watcher
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
7ed50631f7
commit
ac002ae0cf
3 changed files with 40 additions and 2 deletions
10
androidx-release-watcher.service
Normal file
10
androidx-release-watcher.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue