blob: c61fb1ce6a1872ee4b1af37d052e34f513d81350 [file] [log] [blame]
[Unit]
Description=Fuzzer frontend
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/local/bin/fuzzer-fe \
--logtostderr \
--resources_dir=/usr/local/share/fuzzer-fe/ \
--bolt_db_path=/mnt/ssd0/fe-db \
--host=fuzzer.skia.org \
--skia_root=/mnt/ssd0/skia-fe \
--clang_path=/usr/bin/clang \
--clang_p_p_path=/usr/bin/clang++ \
--depot_tools_path=/mnt/ssd0/depot_tools \
--executable_cache_path=/mnt/ssd0/executable_cache \
--fuzz_sync_period=10m0s \
--download_processes=32 \
--backend_names=skia-fuzzer-be-1 \
--backend_names=skia-fuzzer-be-2 \
--backend_names=skia-fuzzer-be-3
Restart=always
User=default
Group=default
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target