github.com/abalabdev/axlcoin@v0.0.0-20191212060057-b2e55795b172/Script/AXLCoin.service (about)

     1  [Unit]
     2  Description=AXL Coin Go client
     3  
     4  [Service]
     5  Type=simple
     6  ExecStart=/root/work/AXLCoin/Core/Geth-1.8.11/build/bin/geth 2>%h/.ethereum/AXLCoin.log
     7  
     8  [Install]
     9  WantedBy=default.target
    10