Skip to content

Instantly share code, notes, and snippets.

View dimohy's full-sized avatar

dimohy dimohy

  • Korea
View GitHub Profile
@dimohy
dimohy / daemon.cs
Last active January 3, 2020 14:41
Linux daemon installation source code
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using System;
using System.Diagnostics;
using System.IO;
namespace BlazorDualMode.Server
{
public class Program