mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
systemd: Don't use Type=forking
This commit is contained in:
parent
836067b68b
commit
d3e7c5a8ba
@ -6,16 +6,15 @@ After=network.target
|
||||
User=monero
|
||||
Group=monero
|
||||
WorkingDirectory=~
|
||||
RuntimeDirectory=monero
|
||||
StateDirectory=monero
|
||||
LogsDirectory=monero
|
||||
|
||||
# Clearnet config
|
||||
#
|
||||
Type=forking
|
||||
PIDFile=/run/monero/monerod.pid
|
||||
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
||||
--detach --pidfile /run/monero/monerod.pid
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf --non-interactive
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
|
||||
# Tor config
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user