All Projects → muesli → Service Tools

muesli / Service Tools

Licence: mit
A growing collection of convenient little tools to work with systemd services

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Service Tools

Sitemap Cache Warmer
Visits pages based on a sitemap to keep your cache warm
Stars: ✭ 75 (-3.85%)
Mutual labels:  hacktoberfest
Desafios
FP Challenges
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (+0%)
Mutual labels:  hacktoberfest
Lrnotificationobserver
A smarter, simpler, and better way to use NSNotificationCenter with RAII
Stars: ✭ 76 (-2.56%)
Mutual labels:  hacktoberfest
Competitive Programming Questions
This repo is open for all. Add your favourite competitive programming questions along with the solution.
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Phpunit Pretty Result Printer
PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
Stars: ✭ 1,208 (+1448.72%)
Mutual labels:  hacktoberfest
Smalltalk
Promise-based Alert, Confirm and Prompt replacement
Stars: ✭ 76 (-2.56%)
Mutual labels:  hacktoberfest
Hacktoberfest 20
This repository aims to cater to all users from beginners to advanced in this Hacktober'20. Everyone will surely have a take away form this. Happy Hacktober !!
Stars: ✭ 78 (+0%)
Mutual labels:  hacktoberfest
Custom War Packager
Custom Jenkins WAR packager for Jenkins
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Ultrasonic
Minimalist library for Ultrasonic Module HC-SR04, PING))) and Seeed SEN136B5B to Arduino
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Terraform
Terraform - Beginners | Intermediate | Advanced
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Azure Sdk For C
This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Cursos
Repositório com materiais de cursos das Pyladies São Paulo
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Jenkins Infra
Jenkins main control repo for R10k and our Puppet Enterprise managed infrastructure
Stars: ✭ 76 (-2.56%)
Mutual labels:  hacktoberfest
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 78 (+0%)
Mutual labels:  hacktoberfest
Nimoy
A testing and specification framework for Python 3
Stars: ✭ 76 (-2.56%)
Mutual labels:  hacktoberfest
Chaostools.jl
Tools for the exploration of chaos and nonlinear dynamics
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest
Opentok Xamarin.forms
Vonage | TokBox | OpenTok: Video/Audio Chat library for Xamarin.Forms
Stars: ✭ 78 (+0%)
Mutual labels:  hacktoberfest
Flutter95
Windows95 UI components for Flutter apps. Bring back the nostalgic look and feel of old operating systems with this set of UI components ready to use.
Stars: ✭ 78 (+0%)
Mutual labels:  hacktoberfest
Brainbox
BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
Stars: ✭ 77 (-1.28%)
Mutual labels:  hacktoberfest

service-tools

A growing collection of convenient little tools to work with systemd services

Installation

The service-tools require Go 1.11 or higher. Make sure you have a working Go environment. See the install instructions.

From source

git clone https://github.com/muesli/service-tools.git
cd service-tools/service-generator
go build
cd ../service-monitor
go build

Overview

service-generator

A tool to generate systemd Unit files (newthing.service)

To generate a new service file non-interactively simply call:

$ service-generator create /path/to/executable "Some description"

If you prefer a terminal UI, you can launch it with just an executable or no arguments at all:

$ service-generator create

service-monitor

A monitor for systemd Units

$ service-monitor logs

logs-monitor screenshot

$ service-monitor services

service-monitor screenshot

See --help for all commands and options.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].