John Wedig | 2f18734 | 2022-04-20 12:47:03 -0700 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Storage management daemon for an encrypted storage device | ||||
3 | Requires=xyz.openbmc_project.EntityManager.service | ||||
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 |