generated from BlockchainCommons/secure-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from BlockchainCommons/development-signed
PR for Alpha Version 3
- Loading branch information
Showing
7 changed files
with
492 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import server | ||
|
||
# This script is run by the install script when spotbit is being set up. | ||
# It allows for spotbit to function as a systemd service on a user's system. | ||
# Once the database has been opened, spotbit can easily be run in the background. | ||
server.configure_db() | ||
print("database configured in /home/spotbit/.spotbit/sb.db") |
Oops, something went wrong.