diff options
Diffstat (limited to 'app-laptop/i8kutils/files/i8kmon.service')
-rw-r--r-- | app-laptop/i8kutils/files/i8kmon.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-laptop/i8kutils/files/i8kmon.service b/app-laptop/i8kutils/files/i8kmon.service new file mode 100644 index 000000000000..3b80f46334af --- /dev/null +++ b/app-laptop/i8kutils/files/i8kmon.service @@ -0,0 +1,9 @@ +[Unit] +Description=Dell laptop thermal monitoring +ConditionPathExists=/proc/i8k + +[Service] +ExecStart=/usr/bin/i8kmon -d + +[Install] +WantedBy=multi-user.target |