added playbook
This commit is contained in:
parent
92fefce0a7
commit
f6ba25935c
13 changed files with 433 additions and 1 deletions
15
ansible/files/droid-juicer-sdm670.service
Normal file
15
ansible/files/droid-juicer-sdm670.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Android vendor firmware extraction
|
||||
Wants=sysinit.target make-dynpart-mappings@system_a.service
|
||||
After=-.mount tmp.mount boot.mount make-dynpart-mappings@system_a.service
|
||||
Before=plymouth-quit.service display-manager.service
|
||||
ConditionPathExists=!/var/lib/droid-juicer/status.json
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=-/usr/bin/plymouth display-message --text="Extracting binary firmware..."
|
||||
ExecStart=/usr/bin/droid-juicer
|
||||
ExecStartPost=/usr/sbin/reboot
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
Loading…
Add table
Add a link
Reference in a new issue