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