summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-15 19:16:01 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-15 19:16:01 +0800
commitfc4e08ba71aafba20ccc42e6b82cd262a6722efa (patch)
tree3bb7a9f3d7fbbf41b7bf32f697eb2c9b2b24990c
parentcef1e1e949cea6480e9968eb8ce7e9cf8d42ac89 (diff)
comment replace empty line with # to represent those comments are all related to next several lines of code
-rw-r--r--etc/systemd/system/monerod@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/systemd/system/monerod@.service b/etc/systemd/system/monerod@.service
index 9d0651c4..bcdbb700 100644
--- a/etc/systemd/system/monerod@.service
+++ b/etc/systemd/system/monerod@.service
@@ -5,7 +5,7 @@ After=network.target
# Notes about my tests with BindsTo= and other options see this url:
# https://git.flylightning.xyz/public_archive_codes/tree/configs/configs_root_dir/etc/systemd/system/monerod_after_bindsto_mullvad.service
-
+#
# I learned about using sys-subsystem-net-devices-wg_ba.device from:
# https://unix.stackexchange.com/q/360214
# https://unix.stackexchange.com/q/669660
@@ -16,7 +16,7 @@ After=network.target
# sys-subsystem-net-devices-wg_ba.device shows "Device:" is also
# /sys/devices/virtual/net/wg_ba, so I choose to use
# sys-subsystem-net-devices-wg_ba.device.
-
+#
# I want monerod tunnel all traffic through wireguard, otherwise China ISP will
# think I mine crypto and will be unhappy. This is one of the measures I take,
# which is to only run monerod when wg_ba network interface is up. **Note it