{"id":37143389,"url":"https://github.com/sxwebdev/sdmanager","last_synced_at":"2026-01-14T16:51:15.455Z","repository":{"id":285234509,"uuid":"957446268","full_name":"sxwebdev/sdmanager","owner":"sxwebdev","description":"Systemd Manager","archived":false,"fork":false,"pushed_at":"2025-03-31T16:11:54.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T10:28:59.299Z","etag":null,"topics":["devops","devops-tools","systemd"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sxwebdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-30T11:55:07.000Z","updated_at":"2025-04-01T06:21:16.000Z","dependencies_parsed_at":"2025-03-30T14:22:18.685Z","dependency_job_id":"fbbad163-6b63-446b-bbaf-2f750fc97194","html_url":"https://github.com/sxwebdev/sdmanager","commit_stats":null,"previous_names":["sxwebdev/sdmanager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sxwebdev/sdmanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxwebdev%2Fsdmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxwebdev%2Fsdmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxwebdev%2Fsdmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxwebdev%2Fsdmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sxwebdev","download_url":"https://codeload.github.com/sxwebdev/sdmanager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxwebdev%2Fsdmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28426557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","devops-tools","systemd"],"created_at":"2026-01-14T16:51:14.802Z","updated_at":"2026-01-14T16:51:15.450Z","avatar_url":"https://github.com/sxwebdev.png","language":"Go","readme":"# Systemd Service Manager\n\n## 🚀 Project Description\n\nSystemd 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.\n\n## ✨ Features\n\n### 🔧 **Service Management**\n\n- Start services\n- Stop services\n- Restart services\n- View service logs\n\n### 📦 **New Service Installation**\n\n- Interactive systemd unit file creation\n- Flexible service parameter configuration\n- Support for advanced configuration options\n\n### 🛡️ **Advanced Configuration Capabilities**\n\n- Set working directory\n- Configure start command\n- Memory usage limitations (MemoryHigh and MemoryMax)\n- Customize unit file path\n\n### 🖥️ **User-Friendly Interface**\n\n- Interactive menu\n- Step-by-step service configuration\n- Unit file preview before creation\n\n## 🛠️ Requirements\n\n- Linux with systemd\n- Go 1.24+\n- Superuser privileges (sudo) for system service management\n\n## 🚀 Installation\n\n### From Source Code\n\n```bash\ngit clone https://github.com/sxwebdev/sdmanager.git\ncd systemd\ngo build -o bin/sdmanager ./cmd/sdmanager\nsudo ./bin/sdmanager\n```\n\n### Or Install via go install\n\n```bash\ngo install github.com/sxwebdev/sdmanager/cmd/sdmanager@latest\n```\n\n### Or Install via script\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/sxwebdev/sdmanager/refs/heads/master/scripts/install.sh)\"\n```\n\n## 📖 User Guide\n\n### Running the Utility\n\n```bash\nsudo ./sdmanager\n```\n\n### Main Functions\n\n1. **Start a Service**\n\n   - Select \"Start Service\"\n   - Enter the service name\n\n2. **Stop a Service**\n\n   - Select \"Stop Service\"\n   - Enter the service name\n\n3. **Install a New Service**\n\n   - Select \"Install Service\"\n   - Follow interactive prompts:\n     - Enter service name\n     - Specify working directory\n     - Configure start command\n     - Set memory limitations (optional)\n     - Set CPU usage limit in percents (optional)\n     - Set allowed CPU Cores to use in system (optional)\n     - Choose additional options\n\n4. **View Logs**\n   - Select \"View Logs\"\n   - Enter the service name\n\n## 🌟 Advantages\n\n- **Ease of Use**: Intuitive command-line interface\n- **Safety**: Preview and confirm actions before execution\n- **Flexibility**: Comprehensive service configuration options\n- **Performance**: Quick service operation execution\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 🐛 Bug Reports\n\nPlease report bugs through the GitHub Issues section.\n\n---\n\n**Note**: This utility requires caution when working with system services. Always verify the consequences before performing actions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxwebdev%2Fsdmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsxwebdev%2Fsdmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxwebdev%2Fsdmanager/lists"}