William A. Kennington III | 1cf2b96 | 2023-03-29 18:51:15 -0700 | [diff] [blame] | 1 | [Service] |
2 | Type=oneshot | ||||
3 | SyslogIdentifier=gbmc-log-ramoops | ||||
4 | SyslogLevelPrefix=true | ||||
Yuxiao Zhang | a2c75f4 | 2023-06-09 17:22:35 -0700 | [diff] [blame^] | 5 | ExecStart=/usr/bin/find /sys/fs/pstore -name 'dmesg-*' -print -exec cat {} \; -exec rm -f {} \; |
William A. Kennington III | 1cf2b96 | 2023-03-29 18:51:15 -0700 | [diff] [blame] | 6 | |
7 | [Install] | ||||
8 | WantedBy=multi-user.target |