{"id":15211502,"url":"https://github.com/dnascanner/discord-service-manager","last_synced_at":"2026-03-10T13:36:04.992Z","repository":{"id":246075176,"uuid":"820025535","full_name":"DNAScanner/Discord-Service-Manager","owner":"DNAScanner","description":"A Discord bot used to manage services on Linux","archived":false,"fork":false,"pushed_at":"2024-06-26T19:24:26.000Z","size":614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T21:44:11.548Z","etag":null,"topics":["bot","deno","discord","discordjs","linux","services","systemctl","systemd"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/DNAScanner.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":"2024-06-25T16:41:25.000Z","updated_at":"2024-06-26T19:24:29.000Z","dependencies_parsed_at":"2024-06-26T20:43:57.791Z","dependency_job_id":null,"html_url":"https://github.com/DNAScanner/Discord-Service-Manager","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"02ada01ae6187190406a36543e959ba19b69c6bb"},"previous_names":["dnascanner/discord-service-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAScanner%2FDiscord-Service-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAScanner%2FDiscord-Service-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAScanner%2FDiscord-Service-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAScanner%2FDiscord-Service-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DNAScanner","download_url":"https://codeload.github.com/DNAScanner/Discord-Service-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242988055,"owners_count":20217539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot","deno","discord","discordjs","linux","services","systemctl","systemd"],"created_at":"2024-09-28T08:41:54.573Z","updated_at":"2026-03-10T13:36:04.919Z","avatar_url":"https://github.com/DNAScanner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Service Manager for Linux by DNA\n\nThis is a [Deno](https://deno.com) script, which allows you to manage the services on your Linux machine with ease\n\n⚠️ **Note:** This script is required to be run as root, as it uses `systemctl` to manage the services\n\n## Screenshots\n\n![alt text](docs/1.svg)\n![alt text](docs/2.svg)\n![alt text](docs/3.svg)\n\n## Setup\n\n1. Clone the repository\n2. Install [Deno](https://deno.com/)\n3. Rename `env.template` to `.env` and fill in the required fields\n4. Run `deno run -A main.ts`\n\n## Add as a service\n\n1. Create a new file in `/etc/systemd/system/` called however you want, for example `custom-service-manager.service`\n2. Add the following content to the file:\n\n```ini\n[Unit]\nDescription=Discord Service Manager\nAfter=network.target\n\n[Service]\nUser=root\nGroup=root\nExecStart=bash -c 'cd /home/liam/server/deno/discord-service-manager \u0026\u0026 /home/liam/.deno/bin/deno run --watch -A main.ts'\n\n[Install]\nWantedBy=multi-user.target\n```\n\n\u003e Watch out to replace the paths with your own paths!\n\n3. Run `systemctl enable custom-service-manager` (watch out to change the service name) to enable the service (autostart on boot)\n4. Run `systemctl start custom-service-manager` to start the service","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnascanner%2Fdiscord-service-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnascanner%2Fdiscord-service-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnascanner%2Fdiscord-service-manager/lists"}