diff --git a/k290_fnkeyctl.service b/k290_fnkeyctl.service new file mode 100644 index 0000000..2cfca0b --- /dev/null +++ b/k290_fnkeyctl.service @@ -0,0 +1,11 @@ +[Unit] +Description=Switch the K290 function keys to regular behaviour + +[Service] +Type=oneshot +ExecStart=/usr/local/sbin/k290_fnkeyctl +RemainAfterExit=yes +RestartPreventExitStatus=1 2 + +[Install] +WantedBy=multi-user.target \ No newline at end of file