add systemd unit for refresher and document it
This commit is contained in:
parent
b18084fbfc
commit
655eab3ab6
2 changed files with 12 additions and 0 deletions
|
@ -98,6 +98,8 @@ exec awesome
|
||||||
Since the MSMFB_SW_REFRESHER does not seem to be working i wrote this instead.
|
Since the MSMFB_SW_REFRESHER does not seem to be working i wrote this instead.
|
||||||
Just compile and put in you ~/ or whereever so xinit can run it.
|
Just compile and put in you ~/ or whereever so xinit can run it.
|
||||||
|
|
||||||
|
You can also use the included systemd unit file for the refresher.
|
||||||
|
|
||||||
## Enabling ADB and RNDIS (reverse USB tethering)
|
## Enabling ADB and RNDIS (reverse USB tethering)
|
||||||
1: Create this link for ADB to be able to find the shell, etc.
|
1: Create this link for ADB to be able to find the shell, etc.
|
||||||
ln -s / /system
|
ln -s / /system
|
||||||
|
|
10
system/refresher.service
Normal file
10
system/refresher.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Before=graphical.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/bin/refresher
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue