11 lines
266 B
SYSTEMD
11 lines
266 B
SYSTEMD
|
[Unit]
|
||
|
Description=openSUSE Release Tools: announce new %i build
|
||
|
|
||
|
[Service]
|
||
|
User=osrt-announcer
|
||
|
SyslogIdentifier=osrt-announcer
|
||
|
ExecStart=/usr/bin/osrt-announcer --config "/etc/openSUSE-release-tools/announcer/%i.yml" --verbose
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|