mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
15 lines
353 B
Desktop File
15 lines
353 B
Desktop File
# /etc/systemd/system/jm_hs_mainnet.service
|
|
[Unit]
|
|
Description=JM mainnet directory node
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash -c 'cd /home/jmdir/joinmarket-clientserver && \
|
|
source jmvenv/bin/activate && cd scripts && python start-dn.py'
|
|
User=jmdir
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|