diff options
author | Simon Rettberg | 2020-08-27 16:49:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-08-27 16:49:19 +0200 |
commit | 79669a6fe0cdb738f4a133a6433de026c81caf06 (patch) | |
tree | 9135a8e9cf367762f56d29735f04787b30e56d33 /core/modules/etherwake | |
parent | [hardware-stats] Work around more busybox changes (diff) | |
download | mltk-79669a6fe0cdb738f4a133a6433de026c81caf06.tar.gz mltk-79669a6fe0cdb738f4a133a6433de026c81caf06.tar.xz mltk-79669a6fe0cdb738f4a133a6433de026c81caf06.zip |
[etherwake] Fix filename in REQUIRED_FILES
Diffstat (limited to 'core/modules/etherwake')
-rw-r--r-- | core/modules/etherwake/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/etherwake/module.conf b/core/modules/etherwake/module.conf index c5d351bc..fbe0a9a9 100644 --- a/core/modules/etherwake/module.conf +++ b/core/modules/etherwake/module.conf @@ -5,5 +5,5 @@ REQUIRED_BINARIES=" ethtool " REQUIRED_FILES=" - /etc/udev/rules.d/99-enable-wol.rules + /etc/udev/rules.d/99-enable-wol-disable-pause.rules " |