| OLD | NEW |
| 1 [Unit] | 1 [Unit] |
| 2 Description=Fuzzer frontend | 2 Description=Fuzzer frontend |
| 3 Wants=network-online.target | 3 Wants=network-online.target |
| 4 After=network-online.target | 4 After=network-online.target |
| 5 | 5 |
| 6 [Service] | 6 [Service] |
| 7 ExecStart=/usr/local/bin/fuzzer-fe \ | 7 ExecStart=/usr/local/bin/fuzzer-fe \ |
| 8 --log_dir=/var/log/logserver \ | 8 --log_dir=/var/log/logserver \ |
| 9 --resources_dir=/usr/local/share/fuzzer/ \ | 9 --resources_dir=/usr/local/share/fuzzer/ \ |
| 10 --bolt_db_path=/mnt/ssd0/fe-db \ | 10 --bolt_db_path=/mnt/ssd0/fe-db \ |
| 11 --host=fuzzer.skia.org \ | 11 --host=fuzzer.skia.org \ |
| 12 --graphite_server=skia-monitoring:2003 \ | 12 --influxdb_database=skmetrics \ |
| 13 --influxdb_host=skia-monitoring:10117 \ |
| 13 --skia_root=/mnt/ssd0/skia-fe \ | 14 --skia_root=/mnt/ssd0/skia-fe \ |
| 14 --clang_path=/usr/bin/clang \ | 15 --clang_path=/usr/bin/clang \ |
| 15 --clang_p_p_path=/usr/bin/clang++ \ | 16 --clang_p_p_path=/usr/bin/clang++ \ |
| 16 --depot_tools_path=/mnt/ssd0/depot_tools \ | 17 --depot_tools_path=/mnt/ssd0/depot_tools \ |
| 17 --fuzz_sync_period=10m0s \ | 18 --fuzz_sync_period=10m0s \ |
| 18 --download_processes=32 | 19 --download_processes=32 |
| 19 Restart=always | 20 Restart=always |
| 20 User=default | 21 User=default |
| 21 Group=default | 22 Group=default |
| 22 LimitNOFILE=10000 | 23 LimitNOFILE=10000 |
| 23 | 24 |
| 24 [Install] | 25 [Install] |
| 25 WantedBy=multi-user.target | 26 WantedBy=multi-user.target |
| OLD | NEW |