blob: 7748bb2cdf9a2e5689304196e7f386cca8f108c2 [file] [log] [blame]
John Wedig2f187342022-04-20 12:47:03 -07001[Unit]
2Description=Storage management daemon for an encrypted storage device
3Requires=xyz.openbmc_project.EntityManager.service
4After=xyz.openbmc_project.EntityManager.service
5
6[Service]
7Type=simple
8Restart=always
9ExecStart=@BINDIR@/eStoraged
10
11[Install]
12WantedBy=multi-user.target