12 lines
280 B
SYSTEMD
12 lines
280 B
SYSTEMD
|
[Unit]
|
||
|
Description=openSUSE Release Tools: origin-manager report for %i
|
||
|
|
||
|
[Service]
|
||
|
User=osrt-origin-manager
|
||
|
SyslogIdentifier=osrt-origin-manager
|
||
|
ExecStart=/usr/bin/osc origin -p "%i" report --diff --force-refresh --mail
|
||
|
RuntimeMaxSec=12 hour
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|