| Josh Lehan | 2a40e93 | 2020-09-02 11:48:14 -0700 | [diff] [blame] | 1 | [Unit] | 
 | 2 | Description=External Sensor | 
 | 3 | StopWhenUnneeded=false | 
 | 4 | Requires=xyz.openbmc_project.EntityManager.service | 
 | 5 | After=xyz.openbmc_project.EntityManager.service | 
 | 6 |  | 
 | 7 | [Service] | 
| Patrick Williams | 7699b48 | 2025-05-30 09:42:00 -0400 | [diff] [blame] | 8 | Type=dbus | 
 | 9 | BusName=xyz.openbmc_project.ExternalSensor | 
| Josh Lehan | 2a40e93 | 2020-09-02 11:48:14 -0700 | [diff] [blame] | 10 | Restart=always | 
 | 11 | RestartSec=5 | 
| Patrick Williams | b75a54f | 2025-05-27 17:24:53 -0400 | [diff] [blame] | 12 | ExecStart=/usr/libexec/dbus-sensors/externalsensor | 
| Josh Lehan | 2a40e93 | 2020-09-02 11:48:14 -0700 | [diff] [blame] | 13 |  | 
 | 14 | [Install] | 
 | 15 | WantedBy=multi-user.target |