Skip to content

Commit

Permalink
docs: 📝 service unit verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 30, 2023
1 parent b4a85f6 commit eb56949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/node/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Type=simple
MemoryHigh=32G
RestartSec=15s
Restart=always
ExecStart=lgtn -c /home/lgtn/.lightning/config.toml run
ExecStart=lgtn -c /home/lgtn/.lightning/config.toml -vv run
ExecStop=killall -9 lgtn
StandardOutput=append:/var/log/lightning/output.log
StandardError=append:/var/log/lightning/diagnostic.log
Expand Down
2 changes: 1 addition & 1 deletion guides/Node Operators/updating-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Type=simple
MemoryHigh=32G
RestartSec=15s
Restart=always
ExecStart=lgtn -c /home/lgtn/.lightning/config.toml run
ExecStart=lgtn -c /home/lgtn/.lightning/config.toml -vv run
StandardOutput=append:/var/log/lightning/output.log
StandardError=append:/var/log/lightning/diagnostic.log
Environment=TMPDIR=/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion references/Lightning CLI/update-cli-from-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Type=simple
MemoryHigh=32G
RestartSec=15s
Restart=always
ExecStart=lgtn -c /home/<YOUR-USERNAME>/.lightning/config.toml run
ExecStart=lgtn -c /home/<YOUR-USERNAME>/.lightning/config.toml -vv run
StandardOutput=append:/var/log/lightning/output.log
StandardError=append:/var/log/lightning/diagnostic.log
Environment=TMPDIR=/var/tmp
Expand Down

0 comments on commit eb56949

Please sign in to comment.