The value should allow ample time for seldom larger runs and such and is purely a safe-guard from a service being stuck for weeks until noticed. If any values turn out to be too small simply increase.
15 lines
356 B
Desktop File
15 lines
356 B
Desktop File
[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 \
|
|
'
|
|
RuntimeMaxSec=16 hour
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|