12 lines
238 B
SYSTEMD
12 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=openSUSE Release Tools: supersede duplicate submissions for %i
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=osrt-staging-bot
|
||
|
SyslogIdentifier=osrt-staging-bot
|
||
|
ExecStart=/usr/bin/osc check_dups "%i"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|