I have developed a project/service which will give me installable file for linux m/c.
service: Which always run in background if machine is on. Linux background processes.
Just I want to know what is the extension of that file. Like Windows service has .exe extension?
Do we need admin access on linux machine to install that file?
I probably use below commands
[Unit]
Description=Dotnet Core Demo service
[Service]
ExecStart=/bin/dotnet/dotnet Service.Sample.dll
WorkingDirectory=/etc/SampleService/
User=dotnetuser
Group=dotnetuser
Restart=on-failure
SyslogIdentifier=dotnet-sample-service
PrivateTmp=true
[Install]
WantedBy=multi-user.target