diff options
-rw-r--r-- | etc/systemd/system/monerod@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/systemd/system/monerod@.service b/etc/systemd/system/monerod@.service index 951bf1ec..9d0651c4 100644 --- a/etc/systemd/system/monerod@.service +++ b/etc/systemd/system/monerod@.service @@ -8,7 +8,8 @@ After=network.target # I learned about using sys-subsystem-net-devices-wg_ba.device from: # https://unix.stackexchange.com/q/360214 -# https://unix.stackexchange.com/q/669660 I also have +# https://unix.stackexchange.com/q/669660 +# More similar devices see `systemctl` or `systemctl --user`. I also have # sys-subsystem-net-devices-wg_ba.device which is related to # /sys/subsystem/net/devices/wg_ba, but my computer does not have # /sys/subsystem dir, and systemctl status |