mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-16 21:20:50 +02:00
20 lines
329 B
Desktop File
20 lines
329 B
Desktop File
[Unit]
|
|
Description=ckpool
|
|
After=multi-user.target
|
|
After=node.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=futurebit
|
|
#Start:
|
|
ExecStart=/opt/apolloapi/backend/ckpool/ckpool_start.sh
|
|
#Stop:
|
|
TimeoutStopSec=300
|
|
ExecStop=/opt/apolloapi/backend/ckpool/ckpool_stop.sh
|
|
#Restart
|
|
Restart=always
|
|
RestartSec=30s
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |