mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] (From OE-Core rev: baae0b0e8786e26b60e17c4febd57ca1915f1e55) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
246 B
Desktop File
12 lines
246 B
Desktop File
[Unit]
|
|
Description=Distccd A Distributed Compilation Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=distcc
|
|
EnvironmentFile=-/etc/default/distcc
|
|
ExecStart=@BINDIR@/distccd --verbose --no-detach --daemon $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|