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

14 lines
334 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 \
'
[Install]
WantedBy=multi-user.target