11 lines
178 B
Desktop File
11 lines
178 B
Desktop File
[Unit]
|
|
Description=Reboot cause determination service
|
|
After=rc-local.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/process-reboot-cause
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|