mirror of
https://github.com/monero-project/monero.git
synced 2025-07-30 19:48:41 -04:00
Merge pull request #2831
d73d7aca
Add two configuration options to monerod.service: (0xB44EFD8751077F97)
This commit is contained in:
commit
7227cde3dc
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue