Skip to content

CaCTuCaTu4ECKuu/systemd-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemd-net [UNDER DEVELOPMENT]

This is a tool to simpify and speed up managment of .NET Applications services for systemd

After deploying your application to server just run this tool to create systemd service file and start daemon using systemctl

Interactive CLI configurator is under development

Installation

git clone https://github.com/CaCTuCaTu4ECKuu/systemd-net
cd systemd-net/src/bin
chmod +x ./systemd-net.py
sudo python3 -m pip install tabulate

Usage

Check --help to see avaliable parameters

./systemd-net.py -h

Create service

sudo ./systemd-net.py add service_name /www/App/AppName.dll --aspnetcore-urls http://+:5000

sudo systemctl enable netapp.service_name
sudo systemctl start netapp.service_name

List registered services

./systemd-net.py list

Delete service

sudo ./systemd-net.py del service_name

About

Net Core App manager for systemd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages