Last active
January 21, 2018 15:40
-
-
Save Stadicus/55d6b04460d66563917328bd44c42e29 to your computer and use it in GitHub Desktop.
systemd eclair.service for Medium article
This file contains hidden or 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=Eclair Lightning Node | |
Requires=bitcoind.service | |
After=bitcoind.service | |
[Service] | |
ExecStart=/usr/bin/java -jar /home/bitcoin/eclair/eclair-node.jar | |
Restart=always | |
RestartSec=60 | |
User=bitcoin | |
Group=bitcoin | |
Type=simple | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment