mirror of
https://github.com/unman/shaker.git
synced 2025-09-20 04:14:49 -04:00
Monero - typos in service definition
This commit is contained in:
parent
ac3b89ea4b
commit
57efd1fe77
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ After=network.target
|
|||
[Service]
|
||||
User=user
|
||||
Group=user
|
||||
Type=Forking
|
||||
Type=forking
|
||||
PIDFile=/home/user/.bitmonero/monero.pid
|
||||
ExecStart=/usr/bin/monerod --detach --detach-dir=/home/user/.bitmonero \
|
||||
ExecStart=/usr/bin/monerod --detach --data-dir=/home/user/.bitmonero \
|
||||
--no-igd --pidfile=home/user/.bitmonero/monero.pid \
|
||||
--log-file=/home/user/.bitmonero/bitmonero.log --p2p-bind-ip=127.0.0.1
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue