- 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
14 lines
266 B
Desktop File
14 lines
266 B
Desktop File
[Unit]
|
|
Description=Icecream distributed compiler scheduler
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/icecream
|
|
User=icecc
|
|
Group=icecc
|
|
SyslogIdentifier=icecc-scheduler
|
|
ExecStart=/usr/lib/icecc/icecc-scheduler-wrapper
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|