openSUSE-release-tools/systemd/osrt-staging-bot-regular@.service
Ludwig Nussel 5aca59f374 systemd units: remove oneshot type
Those services are of type 'simple'
2017-12-07 16:23:28 +01:00

18 lines
506 B
Desktop File

[Unit]
Description=openSUSE Release Tools: staging-bot regular for %i
[Service]
User=osrt-staging-bot
SyslogIdentifier=osrt-staging-bot
ExecStart=/usr/bin/env bash -c ' \
osc staging -p "%i" rebuild && \
osc staging -p "%i" list --supersede && \
osc staging -p "%i" adi --by-develproject && \
osc staging -p "%i" select --non-interactive --merge --try-strategies && \
osc staging -p "%i" unselect --cleanup && \
osc staging -p "%i" repair --cleanup \
'
[Install]
WantedBy=multi-user.target