diff --git a/README.md b/README.md index ee5fbc9..63a1460 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ exec awesome 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. +You can also use the included systemd unit file for the refresher. + ## Enabling ADB and RNDIS (reverse USB tethering) 1: Create this link for ADB to be able to find the shell, etc. ln -s / /system diff --git a/system/refresher.service b/system/refresher.service new file mode 100644 index 0000000..3507280 --- /dev/null +++ b/system/refresher.service @@ -0,0 +1,10 @@ +[Unit] +Before=graphical.target + +[Service] +Type=simple +ExecStart=/bin/refresher + +[Install] +WantedBy=multi-user.target +