Systemd Service Manager is an interactive command-line utility for managing systemd services in Linux, designed to simplify system service administration. The tool provides an intuitive interface for performing essential service operations.
- Start services
- Stop services
- Restart services
- View service logs
- Interactive systemd unit file creation
- Flexible service parameter configuration
- Support for advanced configuration options
- Set working directory
- Configure start command
- Memory usage limitations (MemoryHigh and MemoryMax)
- Customize unit file path
- Interactive menu
- Step-by-step service configuration
- Unit file preview before creation
- Linux with systemd
- Go 1.24+
- Superuser privileges (sudo) for system service management
git clone https://github.com/sxwebdev/sdmanager.git
cd systemd
go build -o bin/sdmanager ./cmd/sdmanager
sudo ./bin/sdmanager
go install github.com/sxwebdev/sdmanager/cmd/sdmanager@latest
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sxwebdev/sdmanager/refs/heads/master/scripts/install.sh)"
sudo ./sdmanager
-
Start a Service
- Select "Start Service"
- Enter the service name
-
Stop a Service
- Select "Stop Service"
- Enter the service name
-
Install a New Service
- Select "Install Service"
- Follow interactive prompts:
- Enter service name
- Specify working directory
- Configure start command
- Set memory limitations (optional)
- Set CPU usage limit in percents (optional)
- Set allowed CPU Cores to use in system (optional)
- Choose additional options
-
View Logs
- Select "View Logs"
- Enter the service name
- Ease of Use: Intuitive command-line interface
- Safety: Preview and confirm actions before execution
- Flexibility: Comprehensive service configuration options
- Performance: Quick service operation execution
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Please report bugs through the GitHub Issues section.
Note: This utility requires caution when working with system services. Always verify the consequences before performing actions.