easyservice

command module
v0.0.0-...-152bdd8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2020 License: MIT Imports: 10 Imported by: 0

README

EasySerivce

A cli tool to create a systemd service easily from cli

Install

run

go get
go build -o ezservice

to build it.
Then you can run sudo mv ezservice /bin/ezservice if you want.

Usage

Create a service
sudo ezservice create -N <name> -F /path/to/execfile -G root -U root -s -e
-N Name
-D Description
-F ExecStart file
-C ExecStart command
-G Group
-U User
-s Start service afterwards
-e Enable service afterwards
-y Yes (skip confirm message)

Delete a service
sudo ezservice delete -N <name> -y
-N Name
-y Yes (skip confirm message)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL