Skip to content

Instantly share code, notes, and snippets.

View fr3qu3ncy's full-sized avatar

Martin Sandford fr3qu3ncy

  • Micro Cube Tech
View GitHub Profile
@fr3qu3ncy
fr3qu3ncy / scprime.service
Created January 17, 2022 17:25
ScPrime run spd as a daemon with systemd service on Linux
# This is a SystemD unit file for the ScPrime daemon
# To configure:
# - Update the user and group that the service will run as (User & Group below)
# - Ensure that the spd and spc binaries are in /var/opt/scprime/latest-version/ and is named spd
# (or edit the ExecStart and ExecStop lines below to reflect the name and location of your binary)
# - Ensure that you've set SCPRIME_WALLET_PASSWORD to your wallet password)
#
# To use:
# - Place this file in /etc/systemd/system/ or wherever your SystemD unit files are stored
# - Run systemctl daemon-reload