Skip to content

mrlectus/termux-systemctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Description

Systemctl for termux.

Warning

only use if you've installed termux-services.

$ pkg install termux-services

Usage

Make sure you change permission of executable before moving to path.

$ cd systemctl_termux
$ chmod +x systemctl && cp systemctl $HOME/.local/bin

start service

$ systemctl start mysqld

stop service

$ systemctl stop mysqld

restart service

$ systemctl restart service

check status

$ systemctl status mysqld

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages