summarylogtreecommitdiffstats
path: root/scavenger.service
blob: a63475d44da8d85ae7581b4e5701f0c4e7c32b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Scavenger burstcoin miner
After=local-fs.target network.target

[Service]
Type=simple
ExecStart=/usr/bin/scavenger -c %h/.config/scavenger/config.yaml
Restart=always

[Install]
WantedBy=multi-user.target