- Add firewalld rules, remove SuSEFirewall2 config - Add systemd service units for icecream, icecream-scheduler - Create socket and environment directories using tmpfiles.d - Strip no longer needed options from config file - Spec file cleanup: - remove cruft for 12.2 and older - use %license tag OBS-URL: https://build.opensuse.org/request/show/620080 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icecream?expand=0&rev=64
9 lines
389 B
XML
9 lines
389 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>Icecream scheduler</short>
|
|
<description>Icecream is a distributed compiler daemon. Enable this option if this host runs the scheduler.</description>
|
|
<port protocol="tcp" port="8765"/>
|
|
<port protocol="tcp" port="8766"/><!-- Telnet interface -->
|
|
<port protocol="udp" port="8765"/><!-- Broadcast/discovery port -->
|
|
</service>
|