forked from pool/sccache
d7586ba5cf
Submit with corrections based on review OBS-URL: https://build.opensuse.org/request/show/849527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=1
17 lines
316 B
Desktop File
17 lines
316 B
Desktop File
[Unit]
|
|
Description=sccache-dist server
|
|
After=chronyd.service ntpd.service network-online.target
|
|
|
|
[Service]
|
|
DynamicUser=yes
|
|
Type=simple
|
|
Environment="RUST_LOG=sccache=info"
|
|
Environment="SCCACHE_NO_DAEMON=1"
|
|
ExecStart=sccache-dist scheduler --config /etc/sccache/scheduler.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|
|
|