mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add two configuration options to monerod.service:
Restart=always PrivateTmp=true
This commit is contained in:
parent
dc6a8014bd
commit
d73d7aca86
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