blob: 2a5e085dab8777ab4ff8aa1c3b89cb263a487a0b [file] [log] [blame]
Andrew Jeffery11cd2542021-05-03 11:03:30 +09301[Unit]
2Description=BMC Debug Trigger
Andrew Jefferyd1c5dd12022-01-14 21:43:28 +10303After=xyz.openbmc_project.Dump.Manager.service
Andrew Jeffery11cd2542021-05-03 11:03:30 +09304
5[Service]
6Type=simple
Andrew Jeffery8660e772022-01-14 21:59:15 +10307Environment=DEBUG_TRIGGER_OPTIONS= DEBUG_TRIGGER_SOURCE=/%I DEBUG_TRIGGER_SINK=/proc/sysrq-trigger
8EnvironmentFile=-/etc/default/debug-trigger
9ExecStart=/usr/bin/debug-trigger $DEBUG_TRIGGER_OPTIONS $DEBUG_TRIGGER_SOURCE $DEBUG_TRIGGER_SINK