Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
set correct line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Nov 19, 2023
1 parent 5a820d2 commit dcf3933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Expand Up @@ -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
insert_final_newline = true
2 changes: 1 addition & 1 deletion dlsync.service
Expand Up @@ -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:
Expand Down

0 comments on commit dcf3933

Please sign in to comment.