Merge pull request #1290 from lnussel/master
systemd units: remove oneshot type
This commit is contained in:
commit
c9a0027f8a
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: leaper review
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-leaper
|
||||
ExecStart=/usr/bin/osrt-leaper --verbose --manual-version-updates --manual-maintenance-updates review
|
||||
|
||||
|
@ -2,11 +2,9 @@
|
||||
Description=openSUSE Release Tools: metrics for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-metrics
|
||||
SyslogIdentifier=osrt-metrics
|
||||
ExecStart=/usr/bin/osrt-metrics --debug -p "%i"
|
||||
TimeoutStartSec=8 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,11 +2,9 @@
|
||||
Description=openSUSE Release Tools: repo-checker project_only for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-repo-checker
|
||||
SyslogIdentifier=osrt-repo-checker
|
||||
ExecStart=/usr/bin/osrt-repo_checker --debug project_only --post-comments "%i"
|
||||
TimeoutStartSec=8 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,11 +2,9 @@
|
||||
Description=openSUSE Release Tools: repo-checker
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-repo-checker
|
||||
SyslogIdentifier=osrt-repo-checker
|
||||
ExecStart=/usr/bin/osrt-repo_checker --debug review
|
||||
TimeoutStartSec=8 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,13 +2,11 @@
|
||||
Description=openSUSE Release Tools: staging-bot daily for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/env bash -c ' \
|
||||
osc staging -p "%i" unignore --cleanup \
|
||||
'
|
||||
TimeoutStartSec=3 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: staging-bot regular for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/env bash -c ' \
|
||||
@ -13,7 +12,6 @@ ExecStart=/usr/bin/env bash -c ' \
|
||||
osc staging -p "%i" unselect --cleanup && \
|
||||
osc staging -p "%i" repair --cleanup \
|
||||
'
|
||||
TimeoutStartSec=5 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,14 +2,12 @@
|
||||
Description=openSUSE Release Tools: staging-bot reminder
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
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 \
|
||||
'
|
||||
TimeoutStartSec=3 hour
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: staging-bot regular for %i (rebuild staging project if support package staged)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/osrt-suppkg_rebuild -p "%i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user