mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-17 17:02:28 +00:00
Fix invalid settings in dogecoind.service
Fix https://github.com/dogecoin/dogecoin/issues/3065
This commit is contained in:
parent
3a29ba6d49
commit
3a37138fcd
@ -9,6 +9,8 @@
|
||||
[Unit]
|
||||
Description=Dogecoin's distributed currency daemon
|
||||
After=network.target
|
||||
StartLimitIntervalSec=120
|
||||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
@ -19,15 +21,13 @@ Restart=always
|
||||
RestartSec=5
|
||||
TimeoutStopSec=60
|
||||
TimeoutStartSec=5
|
||||
StartLimitIntervalSec=120
|
||||
StartLimitBurst=5
|
||||
|
||||
User=dogecoin
|
||||
Group=dogecoin
|
||||
|
||||
### Restrict resource consumption
|
||||
MemoryAccounting=yes
|
||||
MemoryLimit=3g
|
||||
MemoryLimit=3G
|
||||
|
||||
### Restrict access to host file system.
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user