John Wedig | 2f18734 | 2022-04-20 12:47:03 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Storage management daemon for an encrypted storage device | ||||
Nan Zhou | e7f6975 | 2024-02-02 22:26:48 +0000 | [diff] [blame^] | 3 | Wants=xyz.openbmc_project.EntityManager.service |
John Wedig | 2f18734 | 2022-04-20 12:47:03 -0700 | [diff] [blame] | 4 | After=xyz.openbmc_project.EntityManager.service |
5 | |||||
6 | [Service] | ||||
7 | Type=simple | ||||
8 | Restart=always | ||||
9 | ExecStart=@BINDIR@/eStoraged | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |