mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 11:03:02 +01:00
Add two configuration options to monerod.service:
Restart=always
PrivateTmp=true
This commit is contained in:
@@ -14,5 +14,8 @@ PIDFile=/run/monero/monerod.pid
|
|||||||
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
||||||
--detach --pidfile /run/monero/monerod.pid
|
--detach --pidfile /run/monero/monerod.pid
|
||||||
|
|
||||||
|
Restart=always
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user