From 64203ec7c0a7ea9466d6a013f18fddc5af7db77b Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 2 Jan 2025 15:47:10 +0100 Subject: Initial commit --- gitautofetch.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gitautofetch.service (limited to 'gitautofetch.service') diff --git a/gitautofetch.service b/gitautofetch.service new file mode 100644 index 0000000..5999993 --- /dev/null +++ b/gitautofetch.service @@ -0,0 +1,15 @@ +[Unit] +Description=GitAutoFetch +After=network.target + +[Service] +Type=simple +Restart=on-failure +RestartSec=5s +LimitNOFILE=1048576 + +WorkingDirectory=/apps/GitAutoFetch/ +ExecStart=dotnet /apps/GitAutoFetch/GitAutoFetch.dll + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3