Notifications
Clear all

[Solved / Archived] Witty Pi 4 Mini - disable the UWI service

3 Posts
2 Users
1 Likes
286 Views
(@ox008)
Posts: 2
New Member
Topic starter
 

I have the witty pi 4 mini, which is scheduled to turn the Pi on and off every day and it's working great -- now I want to disable the UWI web interface.

What's the recommended way to do that on Raspberry Pi OS?

I don't want to break the on/off scheduling I've set up.

 
Posted : 27/07/2023 3:13 pm
Topic Tags
(@admin)
Posts: 324
Member Admin
 

If you want to keep the UWI installed but do not want it to start automatically after boot, you may run

sudo update-rc.d uwi remove

If you want to it to auto-start on boot in the future, you may run

sudo update-rc.d uwi defaults

If you want to fully uninstall UWI, you may do these:

sudo update-rc.d uwi remove

sudo rm /etc/init.d/uwi

sudo rm -r ~/uwi

 
Posted : 27/07/2023 3:25 pm
Ox008 reacted
(@ox008)
Posts: 2
New Member
Topic starter
 

Awesome, thank you.

 
Posted : 27/07/2023 3:30 pm
Join Waitlist We will inform you when the product arrives in stock. Please leave your valid email address below.