Merge pull request #2831
d73d7aca
Add two configuration options to monerod.service: (0xB44EFD8751077F97)
This commit is contained in:
commit
7227cde3dc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue