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
git clone https://github.com/CaCTuCaTu4ECKuu/systemd-net
cd systemd-net/src/bin
chmod +x ./systemd-net.py
sudo python3 -m pip install tabulate
Check --help
to see avaliable parameters
./systemd-net.py -h
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
./systemd-net.py list
sudo ./systemd-net.py del service_name