2017-10-09 17:36:27 -05:00
|
|
|
[Unit]
|
|
|
|
Description=openSUSE Release Tools: staging-bot reminder
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=osrt-staging-bot
|
|
|
|
SyslogIdentifier=osrt-staging-bot
|
|
|
|
ExecStart=/usr/bin/env bash -c ' \
|
|
|
|
/usr/bin/osrt-devel-project reviews --min-age 3 --remind && \
|
|
|
|
/usr/bin/osrt-devel-project requests --min-age 3 --remind \
|
|
|
|
'
|
2018-05-10 20:23:13 -05:00
|
|
|
RuntimeMaxSec=16 hour
|
2017-10-09 17:36:27 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|