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.
13 lines
306 B
Desktop File
13 lines
306 B
Desktop File
[Unit]
|
|
Description=openSUSE Release Tools: check-source
|
|
|
|
[Service]
|
|
User=osrt-check-source
|
|
SyslogIdentifier=osrt-check-source
|
|
# TODO Drop group flag once #1181 is resolved.
|
|
ExecStart=/usr/bin/osrt-check_source --verbose --group factory-auto review
|
|
RuntimeMaxSec=2 hour
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|