An open API service indexing awesome lists of open source software.

https://github.com/eesuhn/ft-service-ctl

System Service Managing Tool
https://github.com/eesuhn/ft-service-ctl

system-service systemctl

Last synced: 3 months ago
JSON representation

System Service Managing Tool

Awesome Lists containing this project

README

        

## ft-service-ctl

Script to manage the status of services with `systemctl`

#### Installation
1. Clone in root:
```sh
git clone https://github.com/eesuhn/ft-service-ctl.git $HOME/.ft-service-ctl
```
2. Run set-up script:
```sh
source $HOME/.ft-service-ctl/set-up.sh
```

#### Usage
```sh
fs [option]
```
> `-i` to initialize service

> `-s` to stop service

> `-r` to reload service

> If no option is provided, it checks the status and prompts to start if inactive