| William de Abreu Pinho | 6db7a85 | 2025-07-17 03:30:02 -0700 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Phosphor Dump Manager | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | ExecStartPre=/bin/sh -c 'mkdir -p /var/lib/phosphor-debug-collector/dumps' | ||||
| 6 | ExecStart=/usr/libexec/phosphor-debug-collector/phosphor-dump-manager | ||||
| 7 | Restart=always | ||||
| 8 | Type=dbus | ||||
| 9 | BusName=xyz.openbmc_project.Dump.Manager | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||