dsmngr
v1.1.8
Published
A command line systemd service manager
Downloads
16
Readme
🧰 DouServiceManager
DSM is a tool for creating / removing services files on your debian based machine using systemd
📀 Requirements
To work properly, DouServiceManager requires:
Bases:
Packages:
note: all these packages are on npmjs.org and can be installed with the command npm install xyz (xyz is the package name)
🖥 Installation
1 Install from npmjs
- To install the cli tool using npmjs, run the following command as administrator:
npm i -g dsmngr2 Install from source
- To install from source, first clone the official repository:
git clone https://github.com/douxxtech/DouServiceManager- Go into the repo and install it using npm:
npm i -gDSM is now installed, you can now run it with
dsmor
dsmngr
⚡️ Running DSM
You can run DSM from anywhere in your debian system using the following command:
dsmThis command will show an help table. You can use different options after the command:
add: for adding a new service
remove: for removing an existant service
add has 2 arguments: -c "<command>" (the command that will be runned in the service) witch is required and -n <service name> (the name of the service)
remove has 1 argument: -n <service name> (the name of the service that you want to remove)
LICENSE
This project is licensed under the GPL3.0 license.
