mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-12 09:12:13 -04:00
ToDo, systemctl enable log wrap
This commit is contained in:
parent
cfcf947e6f
commit
21f41d18b1
2 changed files with 2 additions and 1 deletions
|
@ -16,3 +16,4 @@ ToDo:
|
||||||
[ ] Make tor service optional
|
[ ] Make tor service optional
|
||||||
[ ] Optional block explorer
|
[ ] Optional block explorer
|
||||||
[ ] Grafana with stats
|
[ ] Grafana with stats
|
||||||
|
[ ] Add monerod-proxy
|
||||||
|
|
|
@ -152,7 +152,7 @@ install_docker() { (
|
||||||
check_return $?
|
check_return $?
|
||||||
# Fedora and Centos need to enable & start the daemon
|
# Fedora and Centos need to enable & start the daemon
|
||||||
if grep -q "fedora" /etc/os-release || grep -q "centos" /etc/os-release; then
|
if grep -q "fedora" /etc/os-release || grep -q "centos" /etc/os-release; then
|
||||||
systemctl enable docker
|
systemctl enable docker >>"${XMRSH_LOG_FILE}" 2>&1
|
||||||
systemctl start docker >>"${XMRSH_LOG_FILE}" 2>&1
|
systemctl start docker >>"${XMRSH_LOG_FILE}" 2>&1
|
||||||
fi
|
fi
|
||||||
echo -e "${Ok}"
|
echo -e "${Ok}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue