mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
15 lines
223 B
Desktop File
15 lines
223 B
Desktop File
[Unit]
|
|
Description=bgfminer
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
#Start:
|
|
ExecStart=/etc/miner_start.sh
|
|
WorkingDirectory=/opt/bfgminer
|
|
#Stop:
|
|
ExecStop=/etc/miner_stop.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |