sccache/sccache-dist-builder.service
xiaoguang wang 2f8ad18f4b - Update to version 0.8.2~1:
* Add experimental concurrent cache support
  * sccache: prepare new release
  * Update FreeBSD docs to refer to 14.1 (#2263)
  * build(deps): bump jobserver from 0.1.31 to 0.1.32 (#2255)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=68
2024-10-08 00:56:54 +00:00

31 lines
712 B
Desktop File

[Unit]
Description=sccache-dist builder
After=chronyd.service ntpd.service network-online.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=read-only
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
User=0
Type=simple
CacheDirectory=sccache-builder
Environment="RUST_LOG=sccache=info"
Environment="SCCACHE_NO_DAEMON=1"
ExecStart=sccache-dist server --config /etc/sccache/builder.conf
[Install]
WantedBy=multi-user.target