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
- Host: GitHub
- URL: https://github.com/eesuhn/ft-service-ctl
- Owner: eesuhn
- Created: 2024-05-29T17:38:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T17:15:22.000Z (12 months ago)
- Last Synced: 2025-01-24T15:41:46.621Z (4 months ago)
- Topics: system-service, systemctl
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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