mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-24 14:17:46 +00: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 \
|
||||
--detach --pidfile /run/monero/monerod.pid
|
||||
|
||||
Restart=always
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue