xref: /openbmc/estoraged/service_files/xyz.openbmc_project.eStoraged.service.in (revision 4906f4ef7e04ddbbf18a401a5b9963748270cce2)
1[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
13