14 lines
301 B
SYSTEMD
14 lines
301 B
SYSTEMD
![]() |
[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
|