Skip to content

mpbcode/systemctl-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

systemctl-ui.lua is a simple Lua script that displays a terminal-based 
menu of Systemd units.  You can select zero or more units, and then 
stop and disable all those units.

systemctl-ui.lua is written in Lua 5.3 and uses the whiptail program to 
display the menu.  (Earlier versions of Lua may work, but have not been 
tested.)

Usage:

$ sudo lua5.3 systemctl-ui.lua

After you select zero or more units on the menu and press the Okay 
button, the script will ask to you confirm by pressing the "y" key for 
each unit.

About

A terminal UI that can stop and disable Systemd units. Wraps systemctl, written in Lua + whiptail.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages