2017-04-02 22:11:58 +02:00
|
|
|
[Unit]
|
|
|
|
Description=magneticod: autonomous BitTorrent DHT crawler and metadata fetcher
|
|
|
|
|
|
|
|
[Service]
|
2017-07-05 14:25:15 +02:00
|
|
|
ExecStart=~/.local/bin/magneticod --node-addr 0.0.0.0:PORT_NUMBER
|
2017-04-02 22:11:58 +02:00
|
|
|
Restart=always
|
|
|
|
RestartSec=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|