This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[Unit]
|
|
Description=Perform a factory reset
|
|
DefaultDependencies=no
|
|
After=umount.target
|
|
Before=systemd-reboot.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/factory-reset
|
|
StandardOutput=kmsg+console
|
|
|
|
[Install]
|
|
WantedBy=final.target
|