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 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 |