From dcf39333e4e86eda8e96c94ed8eed1cc738ffbfd Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Sun, 19 Nov 2023 13:08:15 -0600 Subject: [PATCH] set correct line endings --- .editorconfig | 3 +-- dlsync.service | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index d04f1fb..fecc250 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,6 @@ root = true [*] indent_style = space indent_size = 4 -end_of_line = crlf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true diff --git a/dlsync.service b/dlsync.service index 565f57f..d04fa60 100644 --- a/dlsync.service +++ b/dlsync.service @@ -11,7 +11,7 @@ WorkingDirectory=/usr/local/bin/dlsync # modify as appropriate to use the dll ExecStart=/usr/local/bin/dlsync/DlMirrorSync /home/USERNAME/.chia/mainnet/config/config.yaml -#ExecStart=/usr/bin/dotnet /path/to/your/app/DlMirrorSync.dll +#ExecStart=/usr/bin/dotnet /path/to/your/app/DlMirrorSync.dll /home/USERNAME/.chia/mainnet/config/config.yaml Restart=always # Restart service after 10 seconds if the dotnet service crashes: