Skip to content

Commit

Permalink
Merge pull request #156 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.0.38
  • Loading branch information
TheLastCicada authored Feb 1, 2024
2 parents 0bb4e64 + 53bf5e9 commit 9cdba36
Show file tree
Hide file tree
Showing 6 changed files with 2,544 additions and 2,519 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build & Release

on:
push:
branches:
- stage
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- stage
pull_request:
branches:
- '**'
Expand Down
16 changes: 1 addition & 15 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
Copyright 2023 Chia Network Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.



Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -200,7 +186,7 @@ See the License for the specific language governing permissions and limitations
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Chia Network Inc.
Copyright 2024 Chia Network Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 8 additions & 0 deletions build-scripts/deb/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
[Unit]
Description={{ APP_NAME }}

# Stop automatically restarting if 10 failures in 5 minutes
StartLimitIntervalSec=300
StartLimitBurst=10

[Service]
# Set Chia directory as an environment variable
Environment=CHIA_ROOT=/home/%i/.chia/mainnet
Expand All @@ -27,5 +31,9 @@ ExecStart=/opt/{{ APP_NAME }}/{{ APP_NAME }}
User=%i
Group=%i

# Auto-restart if process stopped outside of systemd
Restart=on-failure
RestartSec=10s

[Install]
WantedBy=multi-user.target
Loading

0 comments on commit 9cdba36

Please sign in to comment.