| commit | e7f6cd96600e7b40d990d9a991688d45ecac9901 | [log] [tgz] |
|---|---|---|
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 30 14:40:35 2025 -0400 |
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 30 14:42:12 2025 -0400 |
| tree | 822f4ddeb56c0ae7fdc197a5e0455d09644a79de | |
| parent | d5cac5bfe7661be8bd2ed6d9b27077ca56b20b0d [diff] [blame] |
systemd: restart on-failure Restart=always prevents application shutdown when exiting cleanly. Change-Id: Id1e6a29f0bf42fe54c661efe9cc2245a3e9b78fc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/service_files/xyz.openbmc_project.LED.GroupManager.service b/service_files/xyz.openbmc_project.LED.GroupManager.service index ef8c3f2..4c53363 100644 --- a/service_files/xyz.openbmc_project.LED.GroupManager.service +++ b/service_files/xyz.openbmc_project.LED.GroupManager.service
@@ -4,7 +4,7 @@ After=phosphor-ledcontroller.service [Service] -Restart=always +Restart=on-failure ExecStart=/usr/libexec/phosphor-led-manager/phosphor-ledmanager SyslogIdentifier=phosphor-ledmanager Type=dbus