systemd-mon
Version:
start stop restart monitor and watch systemd daemons
33 lines (32 loc) • 722 B
JSON
{
"name": "systemd-mon",
"version": "0.0.9",
"description": "start stop restart monitor and watch systemd daemons",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scramble45/systemd-mon.git"
},
"keywords": [
"systemd",
"systemcl",
"journalctl",
"monitor",
"start",
"stop",
"restart",
"linux"
],
"author": "Rowan H, Shaun B, Noah B",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/scramble45/systemd-mon/issues"
},
"homepage": "https://github.com/scramble45/systemd-mon#readme"
}