summaryrefslogtreecommitdiff
path: root/etc/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/systemd')
-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