Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 512 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 512 Bytes

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