Hidehiko Abe | 27bebae | 2018-01-30 16:12:53 +0900 | [diff] [blame] | 1 | # Copyright 2015 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
Garrick Evans | 635a3f0 | 2020-04-22 08:02:02 +0900 | [diff] [blame] | 5 | description "Starts platform guest networking services" |
Hidehiko Abe | 27bebae | 2018-01-30 16:12:53 +0900 | [diff] [blame] | 6 | author "chromium-os-dev@chromium.org" |
| 7 | |
Garrick Evans | 0eaf939 | 2020-05-11 15:40:30 +0900 | [diff] [blame] | 8 | start on starting system-services |
| 9 | stop on stopping system-services |
Hidehiko Abe | 27bebae | 2018-01-30 16:12:53 +0900 | [diff] [blame] | 10 | |
Garrick Evans | 136c5ce | 2020-05-11 13:55:18 +0900 | [diff] [blame] | 11 | respawn |
| 12 | respawn limit 3 10 |
| 13 | |
Garrick Evans | 1197953 | 2020-05-12 07:50:02 +0900 | [diff] [blame] | 14 | # Killable for memory leaks. |
| 15 | oom score -100 |
Garrick Evans | c50426b | 2020-05-25 11:00:55 +0900 | [diff] [blame] | 16 | # This limit is high to accommodate the adb-proxy child process which will |
Garrick Evans | 1197953 | 2020-05-12 07:50:02 +0900 | [diff] [blame] | 17 | # attempt to mmap over 200MB on first connect. |
| 18 | limit as 400000000 unlimited |
| 19 | |
Nicole Anderson-Au | f938c2a | 2021-05-13 23:13:30 +0000 | [diff] [blame] | 20 | exec /usr/bin/patchpaneld |
Nicole Anderson-Au | 10afc84 | 2021-05-17 20:49:05 +0000 | [diff] [blame] | 21 | |