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 |
Vijay Khemka | abcc94f | 2020-08-11 15:27:44 -0700 | [diff] [blame] | 6 | ExecStart=@bindir@/virtual-sensor |
7 | Type=dbus | ||||
8 | BusName=xyz.openbmc_project.VirtualSensor | ||||
9 | SyslogIdentifier=phosphor-virtual-sensor | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |