Vijay Khemka | abcc94f | 2020-08-11 15:27:44 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Virtual sensors |
Vijay Khemka | abcc94f | 2020-08-11 15:27:44 -0700 | [diff] [blame] | 3 | |
| 4 | [Service] |
Lei YU | 4f3e9c5 | 2021-04-20 16:52:15 +0800 | [diff] [blame] | 5 | Restart=always |
Patrick Williams | 04605fa | 2025-05-28 16:54:49 -0400 | [diff] [blame] | 6 | ExecStart=@libexecdir@/phosphor-virtual-sensor/virtual-sensor |
Vijay Khemka | abcc94f | 2020-08-11 15:27:44 -0700 | [diff] [blame] | 7 | Type=dbus |
| 8 | BusName=xyz.openbmc_project.VirtualSensor |
| 9 | SyslogIdentifier=phosphor-virtual-sensor |
| 10 | |
| 11 | [Install] |
| 12 | WantedBy=multi-user.target |