Skip to content

Instantly share code, notes, and snippets.

@bjornbouetsmith
Created March 8, 2019 18:00
Show Gist options
  • Save bjornbouetsmith/c8fc5c064d4092ab3a56c2f4ceaa75c1 to your computer and use it in GitHub Desktop.
Save bjornbouetsmith/c8fc5c064d4092ab3a56c2f4ceaa75c1 to your computer and use it in GitHub Desktop.
BaGet NuGet Server linux service file
[Unit]
Description=NuGet Server
After=network.target
[Service]
WorkingDirectory=/root/nuget
ExecStart=/usr/bin/dotnet /root/nuget/BaGet.dll
Restart=never
#on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment