mono-service2
code
Install
- All systems
-
curl cmd.cat/mono-service2.sh
- Debian
-
apt-get install mono-2.0-service
- Ubuntu
-
apt-get install mono-2.0-service
- Arch Linux
-
pacman -S mono
- Fedora
-
dnf install mono-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-2.0-service
- OS X
-
brew install mono
- Raspbian
-
apt-get install mono-2.0-service
- Dockerfile
- dockerfile.run/mono-service2
mono-core
code
mono-2.0-service
Mono service manager for CLI 2.0
Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. This package contains the mono-service2 manager, used to start and stop CLI 2.0 services based on the System.ServiceProcess API.