summaryrefslogtreecommitdiff
path: root/security-manager/service_files/xyz.openbmc_project.SecurityManager.service
diff options
context:
space:
mode:
Diffstat (limited to 'security-manager/service_files/xyz.openbmc_project.SecurityManager.service')
-rw-r--r--security-manager/service_files/xyz.openbmc_project.SecurityManager.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/security-manager/service_files/xyz.openbmc_project.SecurityManager.service b/security-manager/service_files/xyz.openbmc_project.SecurityManager.service
new file mode 100644
index 0000000..76d9f0d
--- /dev/null
+++ b/security-manager/service_files/xyz.openbmc_project.SecurityManager.service
@@ -0,0 +1,13 @@
+[Unit]
+Description= Security Manager - For At-ScaleDebug service, User security
+Requires=xyz.openbmc_project.EntityManager.service
+After=xyz.openbmc_project.ObjectMapper.service
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/security-manager
+Type=simple
+SyslogIdentifier=security-manager
+
+[Install]
+WantedBy=multi-user.target