- 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
301 B
Desktop File
14 lines
301 B
Desktop File
[Unit]
|
|
Description=Icecream Distributed Compiler
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/icecream
|
|
SyslogIdentifier=iceccd
|
|
ExecStart=/usr/lib/icecc/iceccd-wrapper -u icecream -vv -b /var/cache/icecream/
|
|
Nice=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|