Created
September 23, 2020 14:36
-
-
Save mariodian/e14de3c81801f2d221acd69642762517 to your computer and use it in GitHub Desktop.
Dojo Systemd Service
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
[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