Skip to content

Instantly share code, notes, and snippets.

@mariodian
Created September 23, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariodian/e14de3c81801f2d221acd69642762517 to your computer and use it in GitHub Desktop.
Save mariodian/e14de3c81801f2d221acd69642762517 to your computer and use it in GitHub Desktop.
Dojo Systemd Service
[Unit]
Description=Samourai Dojo
After=bitcoind.service
[Service]
ExecStart=/home/satoshi/bin/dojo start
ExecStop=/home/satoshi/bin/dojo stop
User=satoshi
Group=satoshi
Type=forking
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment