Qiang XU | e28d1fa | 2019-02-27 13:50:56 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Intrusion Sensor |
| 3 | StopWhenUnneeded=false |
Josh Lehan | fcbf32d | 2019-10-08 12:02:49 -0700 | [diff] [blame] | 4 | Requires=xyz.openbmc_project.EntityManager.service |
| 5 | After=xyz.openbmc_project.EntityManager.service |
Qiang XU | e28d1fa | 2019-02-27 13:50:56 +0800 | [diff] [blame] | 6 | |
| 7 | [Service] |
Patrick Williams | 7699b48 | 2025-05-30 09:42:00 -0400 | [diff] [blame] | 8 | Type=dbus |
| 9 | BusName=xyz.openbmc_project.IntrusionSensor |
Qiang XU | e28d1fa | 2019-02-27 13:50:56 +0800 | [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/intrusionsensor |
Qiang XU | e28d1fa | 2019-02-27 13:50:56 +0800 | [diff] [blame] | 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |